VideoCodecType

Video codec format.

Enumerations

VideoCodecNone
0: (Default) No specific codec format. The SDK automatically selects a suitable codec based on the video resolution and device performance.
VideoCodecVp8
1: Standard VP8.
VideoCodecH264
2: Standard H.264.
VideoCodecH265
3: Standard H.265.
VideoCodecGeneric
6: Generic. This type is mainly used for transmitting raw video data (e.g., user-encrypted video frames). The video frames are returned via callback and need to be decoded and rendered by the user.
VideoCodecGenericJpeg
20: Generic JPEG. Requires less computing power and is suitable for IoT devices with limited resources.