KSNODEPROPERTY_AUDIO_CHANNEL
The KSNODEPROPERTY_AUDIO_CHANNEL structure specifies a property of a channel in a node.
typedef struct
{
KSNODEPROPERTY NodeProperty;
LONG Channel;
ULONG Reserved;
} KSNODEPROPERTY_AUDIO_CHANNEL, *PKSNODEPROPERTY_AUDIO_CHANNEL;
Members
- NodeProperty
- Specifies both the target node and the property to get or set. This member is a structure of type KSNODEPROPERTY.
- Channel
- Specifies a channel number. This member identifies the channel that is to be controlled. Given a stream with n channels, the channels are numbered 0 to n-1. When a channel number of -1 (0xFFFFFFFF) is specified, the level applies to the entire stream.
- Reserved
- Reserved for internal use by operating system. Do not use.
Headers
Declared in ksmedia.h. Include ksmedia.h.
See Also
KSNODEPROPERTY