KSPROPERTY_AUDIO_DEMUX_DEST

The KSPROPERTY_AUDIO_DEMUX_DEST property specifies the destination stream to which a demultiplexer directs its input stream. This is a property of a DEMUX node (KSNODETYPE_DEMUX).

Usage Summary Table

Get Set Target Property descriptor type Property value type

Yes

Yes

Filter

KSNODEPROPERTY

ULONG

The property value (operation data) is of type ULONG. This value is the pin ID of the selected output pin on the DEMUX node.

Return Value

A KSPROPERTY_AUDIO_DEMUX_DEST property request returns STATUS_SUCCESS to indicate that it has completed successfully. Otherwise, the request returns an appropriate error status code.

Remarks

The pin ID identifies a logical pin on the DEMUX node. For a discussion of pin IDs for logical pins on a node inside a filter, see PCCONNECTION_DESCRIPTOR.

Requirements

Header

Ksmedia.h (include Ksmedia.h)

See also

KSNODETYPE_DEMUX

KSNODEPROPERTY

PCCONNECTION_DESCRIPTOR