Enumeration
AppStreamVideoCodecKind
Members
Name | Description |
---|---|
AS_VIDEO_CODEC_KIND_UNKNOWN |
Unknown video codec. |
AS_VIDEO_CODEC_KIND_VP9 |
The VP9 video codec. |
AS_VIDEO_CODEC_KIND_AV1 |
The AV1 video codec. |
Type functions
as_video_codec_kind_from_string
Converts the text representation to an enumerated value.
as_video_codec_kind_to_string
Converts the enumerated value to an text representation.