MediaStrategyAddOrUpdateChannel Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void AddOrUpdateChannel(
int channelId,
ChannelMediaStrategy mediaStrategy
)
Public Sub AddOrUpdateChannel (
channelId As Integer,
mediaStrategy As ChannelMediaStrategy
)
public:
virtual void AddOrUpdateChannel(
int channelId,
ChannelMediaStrategy^ mediaStrategy
) sealed
abstract AddOrUpdateChannel :
channelId : int *
mediaStrategy : ChannelMediaStrategy -> unit
override AddOrUpdateChannel :
channelId : int *
mediaStrategy : ChannelMediaStrategy -> unit
Parameters
- channelId
- Type: SystemInt32
- mediaStrategy
- Type: Ozeki.MediaChannelMediaStrategy
Implements
IMediaStrategyAddOrUpdateChannel(Int32, ChannelMediaStrategy)See Also