Previous | Next |
An IWMStreamConfig object represents a Windows Media stream. This interface calls QueryInterface for access to the IWMMediaProps interface and one of the interfaces that inherits from it (IWMVideoMediaProps, for instance). This object can also have QueryInterface called by another interface for access to its methods.
In addition to the methods inherited from IUnknown, the IWMStreamConfig interface exposes the following methods.
Method | Description |
GetBitrate | Retrieves the bit rate for the stream. |
GetBufferWindow | Retrieves the maximum latency between when a stream is received and when it begins to be displayed. |
GetConnectionName | Retrieves the connection name given to the stream. |
GetStreamName | Retrieves the stream name. |
GetStreamNumber | Retrieves the stream number. |
GetStreamType | Retrieves the major type of the stream (audio, video, or script). |
SetBitrate | Specifies the bit rate for the stream. |
SetBufferWindow | Specifies the maximum latency between when a stream is received and when it begins to be displayed. |
SetConnectionName | Specifies the connection name given to a stream. |
SetStreamName | Specifies the stream name. |
SetStreamNumber | Specifies the stream number. |
See Also
Previous | Next |