IAMNetShowExProps (Compact 2013)

3/26/2014

This interface retrieves properties of the Windows Media Source Filter.

When to Use

This interface is implemented by the Windows Media Source Filter. You can use it to retrieve information about the source file and the codecs used to play the source file.

Methods

In addition to the methods inherited from IDispatch, this interface exposes the following methods.

Method

Description

IAMNetShowExProps::get_Bandwidth

Returns the bandwidth of the source file.

IAMNetShowExProps::get_CodecCount

Returns the number of codecs needed to play the file.

IAMNetShowExProps::get_CreationDate

Returns the creation date of the source file.

IAMNetShowExProps::get_ErrorCorrection

Returns the current error-correction method.

IAMNetShowExProps::get_SourceLink

Retrieves the source path of the file.

IAMNetShowExProps::get_SourceProtocol

Returns the protocol that is used to receive data.

IAMNetShowExProps::GetCodecDescription

Returns a user-friendly description of a specified codec.

IAMNetShowExProps::GetCodecInstalled

Queries whether a specified codec is installed on the local system.

IAMNetShowExProps::GetCodecURL

Returns the URL where the codec can be downloaded.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

DirectShow Interfaces