IWMOutputMediaProps interface (wmsdkidl.h)

[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The IWMOutputMediaProps interface is used to retrieve the properties of an output stream.

An IWMOutputMediaProps object is created by a call to IWMReader::GetOutputFormat or IWMReader::GetOutputProps.

Inheritance

The IWMOutputMediaProps interface inherits from IWMMediaProps. IWMOutputMediaProps also has these types of members:

Methods

The IWMOutputMediaProps interface has these methods.

 
IWMOutputMediaProps::GetConnectionName

The GetConnectionName method retrieves the name of the connection to be used for output.
IWMOutputMediaProps::GetStreamGroupName

The GetStreamGroupName method is not implemented in this release, and returns the empty string.

Requirements

   
Target Platform Windows
Header wmsdkidl.h

See also

IWMInputMediaProps Interface

IWMMediaProps

IWMReader::SetOutputProps

IWMReaderTypeNegotiation::TryOutputProps

Interfaces