Enum VLDSCapture.TVLDSTVMode
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabBasicPkg
Unit: VLDSCapture
Contents |
Syntax
Delphi:
type TVLDSTVMode = (tvmCurrent, tvmTV, tvmFMRadio, tvmAMRadio, tvmSatellite);
C++ Builder:
enum TVLDSTVMode {tvmCurrent, tvmTV, tvmFMRadio, tvmAMRadio, tvmSatellite};
Visual C++ (MFC):
enum CTVLDSTVMode {tvmCurrent, tvmTV, tvmFMRadio, tvmAMRadio, tvmSatellite};
Summary
Enumerated type for selecting a TV Tuner Mode.
Description
Defines enumerated type for selecting a TV Tuner Mode.
Values
tvmCurrent | Currently selected TV Tuner Mode to be used. |
tvmTV | TV Mode for the TV Tuner. |
tvmFMRadio | FM Radio Mode for the TV Tuner. |
tvmAMRadio | AM Radio Mode for the TV Tuner. |
tvmSatellite | Satellite Mode for the TV Tuner. |