ltmmTVTuner.Mode Property
object.Mode As Long |
Remarks
Gets or sets the current mode of a multifunction tuner. Possible values are:
Value |
Meaning |
ltmmTUNER_MODE_DEFAULT |
Default tuner mode. |
ltmmTUNER_MODE_TV |
TV tuner mode. |
ltmmTUNER_MODE_FM_RADIO |
FM radio tuner mode. |
ltmmTUNER_MODE_AM_RADIO |
AM radio tuner mode. |
ltmmTUNER_MODE_DSS |
Digital Satellite Service (DSS) tuner mode. |
0x0010 |
Digital TV tuner mode. |
To determine the modes available on the installed tuner, use the ltmmTVTuner.AvailableModes Property.
For more detailed information, refer to the Microsoft documentation for IAMTuner::get_Mode at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directshow/htm/iamtunerget_mode.asp.
See Also