object
Object associated with this media
control interface command. The object can be one of the following:
- Device type
- Device name
- Filename
- Alias
TV
CHANNEL integer
Sets the channel to the value
specified by integer. Channel is used along with region and fine-tuning
values to calculate the frequency.
REGION name
Sets the region to the value specified by name.
Region is used along with channel and fine-tuning values to calculate the
frequency.
FINETUNE
Use
the PLUS or MINUS keyword with FINETUNE to indicate whether the fine-tuning
value is positive or negative. Fine-tuning is used along with region and
channel values to calculate the frequency.
PLUS integer
Indicates a positive fine-tuning
value.
MINUS integer
Indicates
a negative fine-tuning value.
FREQUENCY
integer
Sets the frequency being sent to the
device driver to the value specified by integer. Using the FREQUENCY
keyword to directly set the frequency overrides channel, region, and fine-tuning
values.
WAIT
The
command is executed synchronously. The function waits until the requested
action is complete before returning to the application.
NOTIFY
The command is executed asynchronously, allowing
control to be returned immediately to the application. When the requested
action is complete, an MM_MCINOTIFY
message is sent to the application window procedure.
[Back]
[Next]