STREAMING_CODEC Class Reference

Lists the different encoding types for image streaming. More...

Static Functions

def from_string (str, name)
 Converts a string to the corresponding STREAMING_CODEC enum value. More...
 

Detailed Description

Lists the different encoding types for image streaming.

Enumerator
H264 AVCHD/H264 encoding
H265 HEVC/H265 encoding

Functions

◆ from_string()

def from_string (   str,
  name 
)
static

Converts a string to the corresponding STREAMING_CODEC enum value.

Parameters
name: The string representation of the STREAMING_CODEC enum value.
Returns
The corresponding STREAMING_CODEC enum value. If the string does not match any STREAMING_CODEC, STREAMING_CODEC.LAST is returned.