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: 1.8.12.0 (1.8.12)
Syntax
public class IPCameraAudioEncoding : IIPCameraAudioEncoding, 
	IDisposable

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
Methods
  NameDescription
Public methodDispose
Releases 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
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
See Also