IMFASFStreamConfig interface
Configures the settings of a stream in an ASF file. The ASF stream configuration object exposes this interface. To obtain a pointer to this interface, call the IMFASFProfile::CreateStream method.
Members
The IMFASFStreamConfig interface inherits from IMFAttributes. IMFASFStreamConfig also has these types of members:
Methods
The IMFASFStreamConfig interface has these methods.
| Method | Description |
|---|---|
| AddPayloadExtension |
Configures a payload extension for the stream. |
| Clone |
Creates a copy of the ASF stream configuration object. |
| GetMediaType |
Retrieves the media type of the stream. |
| GetPayloadExtension |
Retrieves information about an existing payload extension. |
| GetPayloadExtensionCount |
Retrieves the number of payload extensions that are configured for the stream. |
| GetStreamNumber |
Retrieves the stream number of the stream. |
| GetStreamType |
Retrieves the major media type of the stream. |
| RemoveAllPayloadExtensions |
Removes all payload extensions that are configured for the stream. |
| SetMediaType |
Sets the media type for the ASF stream configuration object. |
| SetStreamNumber |
Assigns a stream number to the stream. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
See also