Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declaration
@interface ACSRawAudioBuffer : NSObject;
Description
An entity that represents an audio buffer that provides a wrapper native buffers and additional information
Methods
init
Default constructor
-(instancetype)init;
dispose
Dispose method for cleaning up resources
-(void)dispose;
Properties
timestampInTicks
Timestamp of Buffer to set/get depending on outgoing/incoming
@property int64_t timestampInTicks;
buffer
A buffer of audio data and its format.
@property (retain, nullable) AVAudioBuffer * buffer;