ICameraClientAudioChannel Property |
Note: This API is now obsolete.
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax [ObsoleteAttribute("Deprecated, use the ConnectClientToAudioStream() DisconnectClientFromAudioStream() methods of the CameraServer instead.",
true)]
IAudioReceiver AudioChannel { get; }
<ObsoleteAttribute("Deprecated, use the ConnectClientToAudioStream() DisconnectClientFromAudioStream() methods of the CameraServer instead.",
true)>
ReadOnly Property AudioChannel As IAudioReceiver
Get
[ObsoleteAttribute(L"Deprecated, use the ConnectClientToAudioStream() DisconnectClientFromAudioStream() methods of the CameraServer instead.",
true)]
property IAudioReceiver^ AudioChannel {
IAudioReceiver^ get ();
}
[<ObsoleteAttribute("Deprecated, use the ConnectClientToAudioStream() DisconnectClientFromAudioStream() methods of the CameraServer instead.",
true)>]
abstract AudioChannel : IAudioReceiver with get
Property Value
Type:
IAudioReceiverSee Also