IRDPSRAPIAudioStream interface (rdpencomapi.h)

Enables sending an audio stream from the collaboration sharer Microsoft ActiveX control to collaboration viewer controls. This interface only supports a pulse code modulation (PCM) audio stream with the following specifications; 44.1 kHz, 2 channels, 16 bits/sample.

Inheritance

The IRDPSRAPIAudioStream class inherits from the IUnknown interface. IRDPSRAPIAudioStream also has these types of members:

Methods

The IRDPSRAPIAudioStream interface has these methods.

 
IRDPSRAPIAudioStream::FreeBuffer

Releases the hold on the buffer after the GetBuffer method is called.
IRDPSRAPIAudioStream::GetBuffer

Gets audio data from the buffer.
IRDPSRAPIAudioStream::Initialize

Initializes the audio stream.
IRDPSRAPIAudioStream::Start

Starts the audio stream.
IRDPSRAPIAudioStream::Stop

Stops the audio stream.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 R2 [desktop apps | UWP apps]
Target Platform Windows
Header rdpencomapi.h

See also

Windows Desktop Sharing Interfaces