UnsupportedBrandsSniffFailure


@UnstableApi
class UnsupportedBrandsSniffFailure : SniffFailure


A SniffFailure indicating none of the brands declared in the ftyp box of the MP4 file are supported (see ISO 14496-12:2012 section 4.3).

Summary

Public constructors

UnsupportedBrandsSniffFailure(
    majorBrand: Int,
    compatibleBrands: IntArray?
)

Public properties

ImmutableIntArray!

The compatible_brands list from the ftyp box.

Int

The major_brand from the ftyp box.

Public constructors

UnsupportedBrandsSniffFailure

UnsupportedBrandsSniffFailure(
    majorBrand: Int,
    compatibleBrands: IntArray?
)

Public properties

compatibleBrands

val compatibleBrandsImmutableIntArray!

The compatible_brands list from the ftyp box.

majorBrand

val majorBrandInt

The major_brand from the ftyp box.