IMediaObject::GetOutputStreamInfo (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE .NET 4.1 and later |
See Also
Reference
IMediaObject
IMediaObject::GetInputSizeInfo
DMO Error Codes
DMO_OUTPUT_STREAM_INFO_FLAGS