ICameraClientAudioChannel Property |
Note: This API is now obsolete.
Namespace: Ozeki.CameraAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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 getProperty Value
IAudioReceiver
See Also