IMediaStrategyAddOrUpdateChannel Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxvoid AddOrUpdateChannel(
int channelId,
ChannelMediaStrategy mediaStrategy
)
Sub AddOrUpdateChannel (
channelId As Integer,
mediaStrategy As ChannelMediaStrategy
)
void AddOrUpdateChannel(
int channelId,
ChannelMediaStrategy^ mediaStrategy
)
abstract AddOrUpdateChannel :
channelId : int *
mediaStrategy : ChannelMediaStrategy -> unit
Parameters
- channelId
- Type: SystemInt32
- mediaStrategy
- Type: Ozeki.MediaChannelMediaStrategy
See Also