Click or drag to resize

IPCameraAudioEncoding Class

This class represents the audio encoding attributes, which are available to be set, and to be sent to the camera device.
Inheritance Hierarchy
SystemObject
  Ozeki.CameraIPCameraAudioEncoding

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class IPCameraAudioEncoding : IIPCameraAudioEncoding

The IPCameraAudioEncoding type exposes the following members.

Constructors
 NameDescription
Public methodIPCameraAudioEncoding This class represents the audio encoding attributes, which are available to be set, and to be sent to the camera device.
Top
Properties
 NameDescription
Public propertyBitrate Gets or sets the bitrate of the audio (if supported by the device).
Public propertyEncoding Gets or sets the encoder codec's type (if supported by the device).
Public propertyName Gets the name of the audio configuration object.
Public propertySampleRate Gets or sets the sample rate of the audio (if supported by the device).
Public propertySessionTimeOut Gets how much time should elapse to timeout from the session.
Public propertyToken Gets the token of the video encoder object.
Public propertyUseCount Gets the use count of the video encoder object.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the IPCameraAudioEncoding
Public methodRefreshProperties Gets the current attribute from the camera device, and sets the audio encoding properties.
Public methodSetAttributes Sets the audio encoding attributes of the camera device.
Top
See Also