MediaStrategyAddOrUpdateChannel Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 Int32
-
- mediaStrategy ChannelMediaStrategy
-
Implements
IMediaStrategyAddOrUpdateChannel(Int32, ChannelMediaStrategy)
See Also