Class SmtaMetadataEntry

  • All Implemented Interfaces:
    Parcelable, Metadata.Entry

    @Deprecated
    public final class SmtaMetadataEntry
    extends Object
    implements Metadata.Entry
    Deprecated.
    com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
    Stores metadata from the Samsung smta box.

    See [Internal: b/150138465#comment76].

    • Field Detail

      • captureFrameRate

        public final float captureFrameRate
        Deprecated.
        The capture frame rate, in fps, or C.RATE_UNSET if it is unknown.

        If known, the capture frame rate should always be an integer value.

      • svcTemporalLayerCount

        public final int svcTemporalLayerCount
        Deprecated.
        The number of layers in the SVC extended frames.
    • Constructor Detail

      • SmtaMetadataEntry

        public SmtaMetadataEntry​(float captureFrameRate,
                                 int svcTemporalLayerCount)
        Deprecated.
        Creates an instance.