ProgramInformation


@UnstableApi
public final class ProgramInformation


A parsed program information element.

Summary

Public fields

final @Nullable String

A copyright statement for the media presentation.

final @Nullable String

Declares the language code(s) for this ProgramInformation.

final @Nullable String

A URL that provides more information about the media presentation.

final @Nullable String

Information about the original source of the media presentation.

final @Nullable String

The title for the media presentation.

Public constructors

ProgramInformation(
    @Nullable String title,
    @Nullable String source,
    @Nullable String copyright,
    @Nullable String moreInformationURL,
    @Nullable String lang
)

Public methods

boolean
int

Public fields

copyright

public final @Nullable String copyright

A copyright statement for the media presentation.

lang

public final @Nullable String lang

Declares the language code(s) for this ProgramInformation.

moreInformationURL

public final @Nullable String moreInformationURL

A URL that provides more information about the media presentation.

source

public final @Nullable String source

Information about the original source of the media presentation.

title

public final @Nullable String title

The title for the media presentation.

Public constructors

ProgramInformation

public ProgramInformation(
    @Nullable String title,
    @Nullable String source,
    @Nullable String copyright,
    @Nullable String moreInformationURL,
    @Nullable String lang
)

Public methods

equals

public boolean equals(@Nullable Object obj)

hashCode

public int hashCode()