Package-level declarations

Types

Link copied to clipboard
open class Block : StyledElement
Represents a single timed-text element.
Link copied to clipboard
interface BrightcoveError
Link copied to clipboard
Link copied to clipboard
Defines standard keys for each type of deliverable caption type handled by the SDK.
Link copied to clipboard
Represents the data of a single cue point.
Link copied to clipboard
Defines standard keys for each type of deliverable media asset handled by the SDK.
Link copied to clipboard
open class Element : Serializable
Provides a common representation for TTML elements.
Link copied to clipboard
open class ErrorFields
Please refer to BrightcoveError instead.
Link copied to clipboard
open class Length : Serializable
Provides the representation of varying forms of length measure per the TTML specification.
Link copied to clipboard
open class LengthVtt : Length
Provides the representation of varying forms of length measure per the WebVTT1 specification.
Link copied to clipboard
An immutable Parcelable object that can be used describe the format of media stream.
Link copied to clipboard
abstract class MetadataObject : Serializable
Provides a common metadata collection for any data model objects using a generic, dynamic set of metadata properties.
Link copied to clipboard
Enum to depict the playback location state.
Link copied to clipboard
Link copied to clipboard
open class Region : StyledElement
Represents a region definition for targeting caption rendering on screen in a TTML document.
Link copied to clipboard
open class RendererConfig
This class contains configuration values used on a Renderer Builder.
Link copied to clipboard
The Source class is an immutable representation of a specific playable video asset, including the URL or other necessary information required to play the video.
Link copied to clipboard
Link copied to clipboard
The SourceCollection class represents a collection of video asset Source model objects grouped by a common encoding and/or delivery method.
Link copied to clipboard
open class Span : StyledElement
Represents a span of styled text within a TTML document.
Link copied to clipboard
open class StyledElement : Element
Provides a common representation for TTML styled elements.
Link copied to clipboard
Represents a parsed DFXP TTML document.
Link copied to clipboard
open class Video : MetadataObject
The Video class is an immutable representation of all data related to a video, including associated metadata (in properties) and the groupings of source assets for this video.
Link copied to clipboard
open class VideoFields
Static class that contains all the relevant names for fields that are provided for Video data by the Media API.
Link copied to clipboard
Represents a parsed WebVTT document.