QMedia
![]() |
![]() ![]() |
QM_SetChannelSettings(areaRef; channelRef; channelSettings):error | |||
![]() |
areaRef | Longint | Grabber area reference |
![]() |
channelRef | Longint | Channel reference |
![]() |
channelSettings | BLOB | Channel settings |
![]() |
error | Longint | Error result |
Configures a channel with settings stored in a BLOB. The specified BLOB must have been previously obtained by calling QM_GetChannelSettings.
The grabber plug-in area is specified by areaRef.
Parameter channelRef is the reference to the channel. The channel reference must have been previously obtained with a call to QM_NewChannel.
Parameter channelSettings is a BLOB containing the channel settings. This BLOB must have been previously obtained with a call to QM_GetChannelSettings.
Related commands
QM_GetChannelSettings | Stores channel settings in a BLOB. |
QM_ChannelSettingsDialog | Displays the channel configuration dialog. |