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 |
---|---|
Returns the bandwidth of the source file. |
|
Returns the number of codecs needed to play the file. |
|
Returns the creation date of the source file. |
|
Returns the current error-correction method. |
|
Retrieves the source path of the file. |
|
Returns the protocol that is used to receive data. |
|
Returns a user-friendly description of a specified codec. |
|
Queries whether a specified codec is installed on the local system. |
|
Returns the URL where the codec can be downloaded. |
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |