Click or drag to resize
IPCameraVideoEncoding Class
This class represents the video encoding attributes, which are available to be set, and to be sent to the camera device.
Inheritance Hierarchy
SystemObject
  Ozeki.CameraIPCameraVideoEncoding

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class IPCameraVideoEncoding : IIPCameraVideoEncoding, 
	IDisposable

The IPCameraVideoEncoding type exposes the following members.

Constructors
  NameDescription
Public methodIPCameraVideoEncoding
This class represents the video 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 IPCameraVideoEncoding
Public methodRefreshProperties
Gets the current attributes from the camera device and refreshes the video encoder properties.
Public methodSetAttributes
Sets the video encoding of the camera's current stream.
Top
Properties
  NameDescription
Public propertyBitRate
Gets or sets the bitrate (if supported by the device).
Public propertyEncoding
Gets or sets the encoder codec's type (if supported by the device).
Public propertyEncodingInterval
Gets or sets the encoding interval (if supported by the device).
Public propertyFrameRate
Gets or sets the framerate (if supported by the device).
Public propertyName
Gets the name of the video encoder object.
Public propertyQuality
Gets or sets the quality of the video (if supported by the device).
Public propertyResolution
Gets or sets the resolution of the video image (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