cn.tee3.avd_SDK-Objectc
2.1.0
|
音频流导入接口. 更多...
构造函数 | |
(BOOL) | - isRunning |
判断Capturer是否正在运行 更多... | |
(AVDResult) | - enable: |
当前AVD引擎使用音频导入作为缺省音频源 更多... | |
(AVDResult) | - inputCapturedFrame:sampleRate:channels:pts: |
给Capturer输入PCM原始数据 更多... | |
((unavailable("init is not a supported initializer for this class.") | - __attribute__ |
类方法 | |
(AVDFakeAudioCapturer *) | + instance |
获取一个音频采集器对象 更多... | |
(AVDResult) | + destory |
释放音频采集器对象, 空操作,此对象的生命期管理转到内部控制 更多... | |
音频流导入接口.
音频导入相关功能接口。
- (( unavailable("init is not a supported initializer for this class.") __attribute__ |
+ (AVDResult) destory |
释放音频采集器对象, 空操作,此对象的生命期管理转到内部控制
- (AVDResult) enable: | (BOOL) | isEnable |
当前AVD引擎使用音频导入作为缺省音频源
- (AVDResult) inputCapturedFrame: | (NSData *) | sample | |
sampleRate: | (NSInteger) | sampleRate | |
channels: | (NSInteger) | channels | |
pts: | (NSInteger) | pts | |
给Capturer输入PCM原始数据
[in] | pts | 时间戳, nanos second。 |
[in] | sampleRate | 音频采样率 |
[in] | channels | 音频采集通道数 |
[in] | sample | 音频内容数据指针 |
+ (AVDFakeAudioCapturer*) instance |
获取一个音频采集器对象
- (BOOL) isRunning |
判断Capturer是否正在运行