Freigeben über


PartyAudioManipulationSinkStream::GetFormat

Ruft das Format der Puffer ab, die an PartyAudioManipulationSinkStream::SubmitBuffer() übermittelt werden.

Syntax

PartyError GetFormat(  
    PartyAudioFormat* format  
)  

Parameter

format PartyAudioFormat*
Ausgabe

Das Format der Puffer, die an PartyAudioManipulationSinkStream::SubmitBuffer() übermittelt 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 PartyAudioManipulationSinkStream::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

PartyAudioManipulationSinkStream
PartyLocalChatControl::ConfigureAudioManipulationCaptureStream
PartyLocalChatControl::ConfigureAudioManipulationRenderStream
PartyAudioManipulationSinkStream::SubmitBuffer
PartyAudioManipulationSinkStream::GetConfiguration