CLASSE ACSIncomingMixedAudioEventArgs
Déclaration
@interface ACSIncomingMixedAudioEventArgs : NSObject;
Description
Décrit un événement IncomingMixedAudio pour le moment où de nouvelles données audio arrivent
Méthodes
Propriétés
streamProperties
Propriétés de la mémoire tampon audio entrante brute
@property (retain, nonnull, readonly) ACSRawIncomingAudioStreamProperties * streamProperties;
audioBuffer
Mémoire tampon audio reçue
@property (retain, nonnull, readonly) ACSRawAudioBuffer * audioBuffer;