UnsupportedBrandsSniffFailure
Artifact: androidx.media3:media3-extractor
@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 |
final int |
The |
Public constructors |
|---|
UnsupportedBrandsSniffFailure( |
Public fields
compatibleBrands
public final ImmutableIntArray compatibleBrands
The compatible_brands list from the ftyp box.
Public constructors
UnsupportedBrandsSniffFailure
public UnsupportedBrandsSniffFailure(
int majorBrand,
@Nullable int[] compatibleBrands
)