PartyAudioManipulationSinkStream::GetFormat
PartyAudioManipulationSinkStream::SubmitBuffer()에 제출되는 버퍼의 형식을 검색합니다.
구문
PartyError GetFormat(
PartyAudioFormat* format
)
매개 변수
format
PartyAudioFormat*
출력
PartyAudioManipulationSinkStream::SubmitBuffer()에 제출되는 버퍼의 형식입니다.
반환 값
PartyError
호출이 성공한 경우 c_partyErrorSuccess
이고 그렇지 않은 경우 오류 코드입니다. 사용자가 읽을 수 있는 형식의 오류 코드는 PartyManager::GetErrorMessage()를 통해 검색할 수 있습니다.
비고
PartyAudioManipulationSinkStream::GetConfiguration()에서 제공하는 구성에 형식이 지정되어 있으면 이 형식이 일치합니다. 그렇지 않으면 이 형식은 라이브러리에서 자동으로 선택하는 가장 효율적인 형식이 됩니다.
요구 사항
헤더: Party.h
참고 항목
PartyAudioManipulationSinkStream
PartyLocalChatControl::ConfigureAudioManipulationCaptureStream
PartyLocalChatControl::ConfigureAudioManipulationRenderStream
PartyAudioManipulationSinkStream::SubmitBuffer
PartyAudioManipulationSinkStream::GetConfiguration