KSPROPERTY_VIDEODECODER_S structure (ksmedia.h)

The KSPROPERTY_VIDEODECODER_S structure describes property settings in the PROPSETID_VIDCAP_VIDEODECODER property set.

Syntax

typedef struct {
  KSPROPERTY Property;
  ULONG      Value;
} KSPROPERTY_VIDEODECODER_S, *PKSPROPERTY_VIDEODECODER_S;

Members

Property

Specifies an initialized KSPROPERTY structure that describes the property set, property ID, and request type.

Value

Specifies the value of a request. For Set requests, the minidriver should set the property specified in Property to this value. For Get requests, the minidriver should return the value of the property specified in Property.

Remarks

The KSPROPERTY_VIDEODECODER_S structure is shared among the KSPROPERTY_VIDEODECODER_STANDARD, KSPROPERTY_VIDEODECODER_OUTPUT_ENABLE, and KSPROPERTY_VIDEODECODER_VCR_TIMING properties within the property set.

Requirements

Requirement Value
Header ksmedia.h (include Ksmedia.h)

See also

KSPROPERTY

KSPROPERTY_VIDEODECODER_OUTPUT_ENABLE

KSPROPERTY_VIDEODECODER_STANDARD

KSPROPERTY_VIDEODECODER_VCR_TIMING