Microsoft DirectX 9.0

IMixerPinConfig::SetStreamTransparent

The SetStreamTransparent method sets the stream to transparent.

Syntax

HRESULT SetStreamTransparent(
  BOOL bStreamTransparent
);

Parameters

bStreamTransparent

[in] Value specifying the transparency of the stream. Pass in TRUE to indicate stream is transparent; FALSE to indicate not a transparent stream.

Return Value

Returns an HRESULT value.

See Also