@UnstableApi
class Mp4Utils


Utilities for MP4 files.

Summary

Constants

const Long

The maximum value of a 32-bit unsigned int.

Public functions

java-static Boolean

Returns whether a given metadata is supported.

Constants

UNSIGNED_INT_MAX_VALUE

const val UNSIGNED_INT_MAX_VALUE = 4294967295: Long

The maximum value of a 32-bit unsigned int.

Public functions

isMetadataSupported

java-static fun isMetadataSupported(metadata: Metadata.Entry!): Boolean

Returns whether a given metadata is supported.