KSPROPERTY_TUNER_STANDARD
The KSPROPERTY_TUNER_STANDARD property retrieves the current analog video standard. This property must be implemented.
Usage Summary Table
Get | Set | Target | Property descriptor type | Property value type |
---|---|---|---|---|
Yes |
No |
Pin |
ULONG |
The property value (operation data) is a ULONG that specifies the tuning standard of the tuner.
Remarks
The Standard member of the KSPROPERTY_TUNER_STANDARD_S structure specifies the current analog video standard.
This property is used only when the current mode is KSPROPERTY_TUNER_MODE_TV.
Analog TV signals can be broadcast in accordance with several different analog TV standards such as NTSC, PAL, or SECAM. Clients use the KSPROPERTY_TUNER_MODE_CAPS property to query the supported standards, and use KSPROPERTY_TUNER_STANDARD to get or set the current standard for a TV tuner device.
Requirements
Header |
Ksmedia.h (include Ksmedia.h) |