Class MediaParserUtil
- java.lang.Object
-
- com.google.android.exoplayer2.source.mediaparser.MediaParserUtil
-
@Deprecated public final class MediaParserUtil extends Object
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.Miscellaneous constants and utility methods related to theMediaParser
integration.For documentation on constants, please see the
MediaParser
documentation.
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAMETER_EAGERLY_EXPOSE_TRACK_TYPE
Deprecated.static String
PARAMETER_EXPOSE_CAPTION_FORMATS
Deprecated.static String
PARAMETER_EXPOSE_CHUNK_INDEX_AS_MEDIA_FORMAT
Deprecated.static String
PARAMETER_EXPOSE_DUMMY_SEEK_MAP
Deprecated.static String
PARAMETER_IGNORE_TIMESTAMP_OFFSET
Deprecated.static String
PARAMETER_IN_BAND_CRYPTO_INFO
Deprecated.static String
PARAMETER_INCLUDE_SUPPLEMENTAL_DATA
Deprecated.static String
PARAMETER_OVERRIDE_IN_BAND_CAPTION_DECLARATIONS
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
setLogSessionIdOnMediaParser(MediaParser mediaParser, PlayerId playerId)
Deprecated.static MediaFormat
toCaptionsMediaFormat(Format format)
Deprecated.Returns aMediaFormat
with equivalentMediaFormat.KEY_MIME
andMediaFormat.KEY_CAPTION_SERVICE_NUMBER
to the givenFormat
.
-
-
-
Field Detail
-
PARAMETER_IN_BAND_CRYPTO_INFO
public static final String PARAMETER_IN_BAND_CRYPTO_INFO
Deprecated.- See Also:
- Constant Field Values
-
PARAMETER_INCLUDE_SUPPLEMENTAL_DATA
public static final String PARAMETER_INCLUDE_SUPPLEMENTAL_DATA
Deprecated.- See Also:
- Constant Field Values
-
PARAMETER_EAGERLY_EXPOSE_TRACK_TYPE
public static final String PARAMETER_EAGERLY_EXPOSE_TRACK_TYPE
Deprecated.- See Also:
- Constant Field Values
-
PARAMETER_EXPOSE_DUMMY_SEEK_MAP
public static final String PARAMETER_EXPOSE_DUMMY_SEEK_MAP
Deprecated.- See Also:
- Constant Field Values
-
PARAMETER_EXPOSE_CHUNK_INDEX_AS_MEDIA_FORMAT
public static final String PARAMETER_EXPOSE_CHUNK_INDEX_AS_MEDIA_FORMAT
Deprecated.- See Also:
- Constant Field Values
-
PARAMETER_OVERRIDE_IN_BAND_CAPTION_DECLARATIONS
public static final String PARAMETER_OVERRIDE_IN_BAND_CAPTION_DECLARATIONS
Deprecated.- See Also:
- Constant Field Values
-
PARAMETER_EXPOSE_CAPTION_FORMATS
public static final String PARAMETER_EXPOSE_CAPTION_FORMATS
Deprecated.- See Also:
- Constant Field Values
-
PARAMETER_IGNORE_TIMESTAMP_OFFSET
public static final String PARAMETER_IGNORE_TIMESTAMP_OFFSET
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
toCaptionsMediaFormat
public static MediaFormat toCaptionsMediaFormat(Format format)
Deprecated.Returns aMediaFormat
with equivalentMediaFormat.KEY_MIME
andMediaFormat.KEY_CAPTION_SERVICE_NUMBER
to the givenFormat
.
-
setLogSessionIdOnMediaParser
@RequiresApi(31) public static void setLogSessionIdOnMediaParser(MediaParser mediaParser, PlayerId playerId)
Deprecated.- Parameters:
mediaParser
- TheMediaParser
to call the method on.playerId
- ThePlayerId
to obtain theLogSessionId
from.
-
-