Microsoft DirectX 9.0

IMixerPinConfig::GetStreamTransparent

The GetStreamTransparent method determines whether a stream is transparent.

Syntax

HRESULT GetStreamTransparent(
  BOOL *pbStreamTransparent
);

Parameters

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.

See Also