AudioInputStream.h 223 B

12345678910111213
  1. //
  2. // AudioInputStream.h
  3. // BDVRClientDemo
  4. //
  5. // Created by baidu on 16/6/17.
  6. // Copyright © 2016年 baidu. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface AudioInputStream : NSInputStream
  10. @end