Class SmtaMetadataEntry
- java.lang.Object
-
- com.google.android.exoplayer2.metadata.mp4.SmtaMetadataEntry
-
- All Implemented Interfaces:
Parcelable
,Metadata.Entry
public final class SmtaMetadataEntry extends Object implements Metadata.Entry
Stores metadata from the Samsung smta box.See [Internal: b/150138465#comment76].
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description float
captureFrameRate
The capture frame rate, in fps, orC.RATE_UNSET
if it is unknown.static Parcelable.Creator<SmtaMetadataEntry>
CREATOR
int
svcTemporalLayerCount
The number of layers in the SVC extended frames.-
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
-
Constructor Summary
Constructors Constructor Description SmtaMetadataEntry(float captureFrameRate, int svcTemporalLayerCount)
Creates an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
describeContents()
boolean
equals(Object obj)
int
hashCode()
String
toString()
void
writeToParcel(Parcel dest, int flags)
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.google.android.exoplayer2.metadata.Metadata.Entry
getWrappedMetadataBytes, getWrappedMetadataFormat
-
-
-
-
Field Detail
-
captureFrameRate
public final float captureFrameRate
The capture frame rate, in fps, orC.RATE_UNSET
if it is unknown.If known, the capture frame rate should always be an integer value.
-
svcTemporalLayerCount
public final int svcTemporalLayerCount
The number of layers in the SVC extended frames.
-
CREATOR
public static final Parcelable.Creator<SmtaMetadataEntry> CREATOR
-
-
Method Detail
-
writeToParcel
public void writeToParcel(Parcel dest, int flags)
- Specified by:
writeToParcel
in interfaceParcelable
-
describeContents
public int describeContents()
- Specified by:
describeContents
in interfaceParcelable
-
-