VdoMediaMetadata

VdoMediaMetadata is a class that encapsulates metadata for media content in a VDO Player. It includes details such as the title, description, and poster image of the media.

This class implements the Parcelable interface, allowing instances of this class to be passed between Android components.

Constructors

Link copied to clipboard
constructor()
Default constructor for creating an empty VdoMediaMetadata object.

Properties

Link copied to clipboard
A public CREATOR field that generates instances of your Parcelable class from a Parcel.
Link copied to clipboard
Link copied to clipboard
open var poster: Uri
Link copied to clipboard
open var title: String

Functions

Link copied to clipboard
open fun describeContents(): Int
Describes the contents of the Parcelable object.
Link copied to clipboard
open fun equals(@Nullable obj: Any): Boolean
Compares this object with another object for equality.
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)
Writes the object's data to the provided Parcel.