Enumeration

AppStreamVideoContainerKind

Declaration

enum AppStream.VideoContainerKind

Description [src]

Supported video codecs.

Members

Name Description
AS_VIDEO_CONTAINER_KIND_UNKNOWN

Unknown video container.

AS_VIDEO_CONTAINER_KIND_MKV

The Matroska video (MKV) container.

AS_VIDEO_CONTAINER_KIND_WEBM

The WebM video container.

Type functions

as_video_container_kind_from_string

Converts the text representation to an enumerated value.

as_video_container_kind_to_string

Converts the enumerated value to an text representation.