@UnstableApi
class FormatHolder


Holds a Format.

Summary

Public constructors

Public functions

Unit

Clears the holder.

Public properties

DrmSession?

An accompanying context for decrypting samples in the format.

Format?

The held Format.

Public constructors

FormatHolder

FormatHolder()

Public functions

clear

fun clear(): Unit

Clears the holder.

Public properties

drmSession

val drmSessionDrmSession?

An accompanying context for decrypting samples in the format.

format

val formatFormat?

The held Format.