![]() |
Red5Pro IOS Client SDK10.0.0Core SDK for IOS
|
R5Microphone encapsulates an AVCaptureDevice and provides data to the R5Stream for publishing. More...
#import <R5Camera.h>
Inherits NSObject.
Instance Methods | |
(id) | - initWithDevice: |
Properties | |
AVCaptureDevice * | device |
Input device. | |
int | sampleRate |
sample rate to capture | |
int | channels |
number of channels to capture | |
int | bitrate |
bitrate in kbps | |
R5AudioController * | audioController |
Audio Controller for recording. Defaults to shared instance. | |
AudioModHandle | processData |
block to handle modifying or replacing raw audio from the microphone | |
R5Microphone encapsulates an AVCaptureDevice and provides data to the R5Stream for publishing.
- (id) initWithDevice: | (AVCaptureDevice *) | device |