ProgramInformation


@UnstableApi
class ProgramInformation


A parsed program information element.

Summary

Public constructors

ProgramInformation(
    title: String?,
    source: String?,
    copyright: String?,
    moreInformationURL: String?,
    lang: String?
)

Public functions

Boolean
equals(obj: Any?)
Int

Public properties

String?

A copyright statement for the media presentation.

String?

Declares the language code(s) for this ProgramInformation.

String?

A URL that provides more information about the media presentation.

String?

Information about the original source of the media presentation.

String?

The title for the media presentation.

Public constructors

ProgramInformation

ProgramInformation(
    title: String?,
    source: String?,
    copyright: String?,
    moreInformationURL: String?,
    lang: String?
)

Public functions

equals

fun equals(obj: Any?): Boolean

hashCode

fun hashCode(): Int

Public properties

copyright

val copyrightString?

A copyright statement for the media presentation.

lang

val langString?

Declares the language code(s) for this ProgramInformation.

moreInformationURL

val moreInformationURLString?

A URL that provides more information about the media presentation.

source

val sourceString?

Information about the original source of the media presentation.

title

val titleString?

The title for the media presentation.