IMixerPinConfig::GetStreamTransparent (Compact 2013)
3/26/2014
The GetStreamTransparent method determines whether a stream is transparent.
Syntax
HRESULT GetStreamTransparent(
BOOL *pbStreamTransparent
);
Parameters
Value |
Description |
---|---|
pbStreamTransparent |
[out] Pointer to a value indicating whether the stream is transparent. TRUE indicates transparent stream; FALSE indicates not a transparent stream. |
Return Value
Returns an HRESULT value. Possible values include the following:
Value |
Description |
---|---|
E_FAIL |
Failure. |
E_POINTER |
Null pointer argument. |
E_NOTIMPL |
Method is not supported. |
S_OK |
Success. |
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |