gst.protection_meta

Module for [ProtectionMeta] class

Types 1

Metadata type that holds information about a sample from a protection-protected track, including the information needed to decrypt it (if it is encrypted).

Fields
Methods
void * _cPtr()
gst.meta.Meta meta() @propertyGet `meta` field. Returns: the parent #GstMeta.
gst.structure.Structure info() @propertyGet `info` field. Returns: the cryptographic information needed to decrypt the sample.
void info(gst.structure.Structure propval) @propertySet `info` field. Params: propval = the cryptographic information needed to decrypt the sample.
Constructors
this(void * ptr, Flag!"Take" take)