Editar

Share via


PartyAudioManipulationSourceStream

The management class for obtaining audio from an audio source stream.

Syntax

class PartyAudioManipulationSourceStream  

Public Methods

Name Description
GetConfiguration Retrieves the source stream configuration.
GetFormat Retrieves the format of the buffers that will be provided by PartyAudioManipulationSourceStream::GetNextBuffer().
GetAvailableBufferCount Retrieves the total number of buffers available to retrieve from this stream via PartyAudioManipulationSourceStream::GetNextBuffer().
GetNextBuffer Gets the next buffer available in the stream.
ReturnBuffer Tells the library it can reclaim memory associated with this buffer.
GetCustomContext Retrieves the app's private, custom pointer-sized context value previously associated with this source stream object.
SetCustomContext Configures an optional, custom pointer-sized context value with this source stream object.

Requirements

Header: Party.h

See also

Party members