Share via


IMSVidStreamBufferSourceEvent3::ContentPrimarilyAudio method (segment.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005.

The ContentPrimarilyAudio method is called when the Stream Buffer Engine is processing primarily audio data.

Syntax

HRESULT ContentPrimarilyAudio();

Return value

Return S_OK or an error code.

Remarks

This event is sent when the MSVidStreamBufferSource object receives an STREAMBUFFER_EC_PRIMARY_AUDIO event from the Stream Buffer Engine. For more information, see Stream Buffer Engine Event Codes.

Requirements

   
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IMSVidStreamBufferSourceEvent3 Interface