public static class MediaElement.Metadata extends Object
Modifier and Type | Field and Description |
---|---|
int |
audioTrackCount
Indicates the number of audio tracks included in the media.
|
String |
currentSource
Contains the current media source URI.
|
double |
duration
Indicates the duration of the media in seconds.
|
long |
height
Indicates the height of the video in device pixels.
|
boolean |
isSeekable
Indicates if seek operations are compatible with the media.
|
int |
videoTrackCount
Indicates the number of video tracks included in the media.
|
long |
width
Indicates the width of the video in device pixels.
|
Modifier | Constructor and Description |
---|---|
protected |
Metadata()
Empty constructor for tests.
|
@Nullable public final String currentSource
public final double duration
public final long width
public final long height
public final boolean isSeekable
public final int audioTrackCount
public final int videoTrackCount