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 copyright: String?

A copyright statement for the media presentation.

lang

val lang: String?

Declares the language code(s) for this ProgramInformation.

moreInformationURL

val moreInformationURL: String?

A URL that provides more information about the media presentation.

source

val source: String?

Information about the original source of the media presentation.

title

val title: String?

The title for the media presentation.