Classe ACSRawAudioBuffer
Dichiarazione
@interface ACSRawAudioBuffer : NSObject;
Descrizione
Entità che rappresenta un buffer audio che fornisce buffer nativi wrapper e informazioni aggiuntive
Metodi
init
Costruttore predefinito
-(instancetype)init;
dispose
Metodo Dispose per la pulizia delle risorse
-(void)dispose;
Proprietà
timestampInTicks
Timestamp del buffer da impostare/ottenere in base all'uscita/in ingresso
@property int64_t timestampInTicks;
buffer
Buffer di dati audio e del relativo formato.
@property (retain, nullable) AVAudioBuffer * buffer;