ChannelStateChangeState Property |
Gets the new state of a media channel.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ChannelState State { get; }
Public ReadOnly Property State As ChannelState
Get
public:
property ChannelState State {
ChannelState get ();
}
member State : ChannelState with get
Property Value
Type:
ChannelStateSee Also