byline of the (optional) Composer page *
comments enabled of the (optional) Composer page *
commissioning desk of the (optional) Composer page *
video description aka standfirst *
Gets a field value encoded as a binary blob using TCompactProtocol.
Gets a field value encoded as a binary blob using TCompactProtocol. If the specified field is present in the passthrough map, that value is returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.
Collects TCompactProtocol-encoded field values according to getFieldBlob
into a map.
Collects TCompactProtocol-encoded field values according to getFieldBlob
into a map.
tags of the (optional) Composer page *
optimised for web of the (optional) Composer page *
DEPRECATED in favour of Metadata.pluto
*
poster image of the video on YouTube and in article *
DEPRECATED *
Sets a field using a TCompactProtocol-encoded binary blob.
Sets a field using a TCompactProtocol-encoded binary blob. If the field is a known field, the blob is decoded and the field is set to the decoded value. If the field is unknown and passthrough fields are enabled, then the blob will be stored in _passthroughFields.
video source *
suppress related content of the (optional) Composer page *
video title aka headline *
trail image of the (optional) Composer page *
trail text of the (optional) Composer page *
If the specified field is optional, it is set to None.
If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.
If the specified field is optional, it is set to None.
If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.
This Proxy trait allows you to extend the MediaAtom trait with additional state or behavior and implement the read-only methods from MediaAtom using an underlying instance.