Package com.jwplayer.pub.api.media.meta
Class Metadata
java.lang.Object
com.jwplayer.pub.api.media.meta.Metadata
Contains Metadata about the currently playing video and audio streams.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final <any>
final int
The audio bitrate in kbps.final int
The amount of audio channels.final String
Audio Track identifier.final String
The MIME type of the audio track.final int
The audio sampling rate in Hz.final int
The amount of dropped frames.final double
Video framerate.final int
Video height in pixels.final List<Id3Frame>
The ID3 metadata.final String
The language of the audio track.final int
Video bitrate in kbps.final String
Video track identifier, for DASH streams this is the id of the adaption set.final String
MIME type of the video stream.final int
Video width in pixels.static final int
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
double
int
List<Id3Frame>
int
int
getWidth()
void
writeToParcel
(Parcel dest, int flags)
-
Field Details
-
NO_VALUE
public static final int NO_VALUE- See Also:
-
mVideoBitrate
public final int mVideoBitrateVideo bitrate in kbps. -
mFramerate
public final double mFramerateVideo framerate. -
mHeight
public final int mHeightVideo height in pixels. -
mWidth
public final int mWidthVideo width in pixels. -
mVideoId
Video track identifier, for DASH streams this is the id of the adaption set. for HLS streams this is the NAME label of the video stream. -
mVideoMimeType
MIME type of the video stream. -
mAudioChannels
public final int mAudioChannelsThe amount of audio channels. -
mAudioSamplingRate
public final int mAudioSamplingRateThe audio sampling rate in Hz. -
mAudioBitrate
public final int mAudioBitrateThe audio bitrate in kbps. -
mAudioId
Audio Track identifier. -
mLanguage
The language of the audio track. -
mAudioMimeType
The MIME type of the audio track. -
mId3Metadata
The ID3 metadata. -
mDroppedFrames
public final int mDroppedFramesThe amount of dropped frames. -
CREATOR
public static final <any> CREATOR
-
-
Method Details
-
getVideoBitrate
public int getVideoBitrate() -
getFramerate
public double getFramerate() -
getHeight
public int getHeight() -
getWidth
public int getWidth() -
getVideoId
-
getVideoMimeType
-
getDroppedFrames
public int getDroppedFrames() -
getAudioChannels
public int getAudioChannels() -
getAudioSamplingRate
public int getAudioSamplingRate() -
getAudioBitrate
public int getAudioBitrate() -
getAudioId
-
getLanguage
-
getAudioMimeType
-
getId3Metadata
-
describeContents
public int describeContents() -
writeToParcel
public void writeToParcel(Parcel dest, int flags)
-