UnsupportedBrandsSniffFailure


@UnstableApi
public final class UnsupportedBrandsSniffFailure implements 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 fields

final ImmutableIntArray

The compatible_brands list from the ftyp box.

final int

The major_brand from the ftyp box.

Public constructors

UnsupportedBrandsSniffFailure(
    int majorBrand,
    @Nullable int[] compatibleBrands
)

Public fields

compatibleBrands

public final ImmutableIntArray compatibleBrands

The compatible_brands list from the ftyp box.

majorBrand

public final int majorBrand

The major_brand from the ftyp box.

Public constructors

UnsupportedBrandsSniffFailure

public UnsupportedBrandsSniffFailure(
    int majorBrand,
    @Nullable int[] compatibleBrands
)