mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
added javadoc for ProgramInformation
This commit is contained in:
parent
6cbac152c9
commit
ced302fd83
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ package com.google.android.exoplayer2.source.dash.manifest;
|
||||||
|
|
||||||
import com.google.android.exoplayer2.util.Util;
|
import com.google.android.exoplayer2.util.Util;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A parsed ProgramInformation element.
|
||||||
|
*/
|
||||||
public class ProgramInformation {
|
public class ProgramInformation {
|
||||||
/**
|
/**
|
||||||
* The title for the media presentation.
|
* The title for the media presentation.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue