CaptionType
Description:
[ CCode ( cprefix = "GST_VIDEO_CAPTION_TYPE_" , type_id = "gst_video_caption_type_get_type ()" ) ]
[ GIR ( name = "VideoCaptionType" ) ]
[ Version ( since = "1.16" ) ]
public enum CaptionType
The various known types of Closed Caption (CC).
Content:
Enum values:
- CEA608_RAW - CEA-608 as byte
pairs.
- CEA608_S334_1A - CEA-608 as
byte triplets as defined in SMPTE S334-1 Annex A.
- CEA708_CDP - CEA-708 (and
optionally CEA-608) in a CDP (Caption Distribution Packet) defined by SMPTE S-334-2.
- CEA708_RAW - CEA-708 as cc_data
byte triplets.
- UNKNOWN - Unknown type of CC
Static methods:
- public static CaptionType from_caps (Caps caps)
Parses fixed Closed Caption
Caps and returns the corresponding caption type, or
gst_video_caption_type_unknown.
Methods: