IPCamera |
The IPCameraVideoEncoding type exposes the following members.
| Name | Description | |
|---|---|---|
| IPCameraVideoEncoding | This class represents the video encoding attributes, which are available to be set, and to be sent to the camera device. |
| Name | Description | |
|---|---|---|
| BitRate | Gets or sets the bitrate (if supported by the device). | |
| Encoding | Gets or sets the encoder codec's type (if supported by the device). | |
| EncodingInterval | Gets or sets the encoding interval (if supported by the device). | |
| FrameRate | Gets or sets the framerate (if supported by the device). | |
| Name | Gets the name of the video encoder object. | |
| Quality | Gets or sets the quality of the video (if supported by the device). | |
| Resolution | Gets or sets the resolution of the video image (if supported by the device). | |
| SessionTimeout | Gets how much time should elapse to timeout from the session. | |
| Token | Gets the token of the video encoder object. | |
| UseCount | Gets the use count of the video encoder object. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the IPCameraVideoEncoding | |
| RefreshProperties | Gets the current attributes from the camera device and refreshes the video encoder properties. | |
| SetAttributes | Sets the video encoding of the camera's current stream. |