gstvideo.video_afdmeta

Module for [VideoAFDMeta] class

Types 1

Active Format Description (AFD)

For details, see Table 6.14 Active Format in:

ATSC Digital Television Standard: Part 4 – MPEG-2 Video System Characteristics

https://www.atsc.org/wp-content/uploads/2015/03/a_53-Part-4-2009.pdf

and Active Format Description in Complete list of AFD codes

https://en.wikipedia.org/wiki/Active_Format_Description#Complete_list_of_AFD_codes

and SMPTE ST2016-1

Fields
GstVideoAFDMeta _cInstance
Methods
void * _cPtr()
gst.meta.Meta meta() @propertyGet `meta` field. Returns: parent #GstMeta
ubyte field() @propertyGet `field` field. Returns: 0 for progressive or field 1 and 1 for field 2
void field(ubyte propval) @propertySet `field` field. Params: propval = 0 for progressive or field 1 and 1 for field 2
gstvideo.types.VideoAFDSpec spec() @propertyGet `spec` field. Returns: #GstVideoAFDSpec that applies to @afd
void spec(gstvideo.types.VideoAFDSpec propval) @propertySet `spec` field. Params: propval = #GstVideoAFDSpec that applies to @afd
gstvideo.types.VideoAFDValue afd() @propertyGet `afd` field. Returns: #GstVideoAFDValue AFD value
void afd(gstvideo.types.VideoAFDValue propval) @propertySet `afd` field. Params: propval = #GstVideoAFDValue AFD value
Constructors
this(void * ptr, Flag!"Take" take)