ACSCallAudioStream-Klasse
Deklaration
@interface ACSCallAudioStream : NSObject;
BESCHREIBUNG
Basisklasse für alle Audio Stream-Objekte
Methoden
Eigenschaften
type
Informiert die Art der Audio-Stream.
@property (readonly) ACSAudioStreamType type;
state
Informiert den Status des Audio-Stream.
@property (readonly) ACSAudioStreamState state;
direction
Informiert, ob das Audio "Incoming" oder "Outgoing" ist.
@property (readonly) ACSStreamDirection direction;