Share via


IMixerPinConfig::GetStreamTransparent (Windows Embedded CE 6.0)

1/6/2010

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.

See Also

Reference

IMixerPinConfig Interface
Overlay Mixer
IMixerPinConfig2 Interface