PartyAudioManipulationSourceStream::GetFormat
Ruft das Format der Puffer ab, die von PartyAudioManipulationSourceStream::GetNextBuffer() bereitgestellt werden.
Syntax
PartyError GetFormat(
PartyAudioFormat* format
)
Parameter
format
PartyAudioFormat*
Ausgabe
Das Format der Puffer, die von PartyAudioManipulationSourceStream::GetNextBuffer() bereitgestellt werden.
Rückgabewert
PartyError
c_partyErrorSuccess
, wenn der Aufruf erfolgreich war oder andernfalls ein Fehlercode vorliegt. Die lesbare Form des Fehlercodes kann über PartyManager::GetErrorMessage() abgerufen werden.
Hinweise
Wenn in der von PartyAudioManipulationSourceStream::GetConfiguration() bereitgestellten Konfiguration ein Format angegeben wird, stimmt dieses Format überein. Andernfalls ist dieses Format das effizienteste Format, das automatisch von der Bibliothek ausgewählt wird.
Voraussetzungen
Header: Party.h
Weitere Informationen
PartyAudioManipulationSourceStream
PartyChatControl::ConfigureAudioManipulationVoiceStream
PartyAudioManipulationSourceStream::GetNextBuffer
PartyAudioManipulationSourceStream::GetConfiguration