IMediaObject::GetOutputStreamInfo (Compact 2013)
3/26/2014
This method retrieves information about an output stream; for example, whether the stream is discardable and whether it uses a fixed sample size. This information never changes.
Syntax
HRESULT GetOutputStreamInfo(
DWORD dwOutputStreamIndex,
DWORD* pdwFlags
);
Parameters
- dwOutputStreamIndex
Zero-based index of an output stream on the DMO.
- pdwFlags
[out] Pointer to a variable that receives a bitwise combination of zero or more DMO_OUTPUT_STREAM_INFO_FLAGS flags.
Return Value
Returns an HRESULT value. Possible values include the following.
Value |
Description |
---|---|
S_OK |
Success |
Invalid stream index |
|
E_POINTER |
NULL pointer argument |
Requirements
Header |
dmo.h |
Library |
Dmoguid.lib |
See Also
Reference
IMediaObject
IMediaObject::GetInputSizeInfo
DMO Error Codes
DMO_OUTPUT_STREAM_INFO_FLAGS