public class Mp4FtypBox extends AbstractMp4Box
Modifier and Type | Class and Description |
---|---|
static class |
Mp4FtypBox.Brand
Major brand, helps identify whats contained in the file, used by major and compatible brands
but this is not an exhaustive list, so for that reason we don't force the values read from the file
to tie in with this enum.
|
dataBuffer, header
Constructor and Description |
---|
Mp4FtypBox(Mp4BoxHeader header,
ByteBuffer dataBuffer) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getCompatibleBrands() |
String |
getMajorBrand() |
int |
getMajorBrandVersion() |
void |
processData() |
String |
toString() |
getData, getHeader
public Mp4FtypBox(Mp4BoxHeader header, ByteBuffer dataBuffer)
header
- header infodataBuffer
- data of box (doesnt include header data)public void processData() throws CannotReadException
CannotReadException
public String getMajorBrand()
public int getMajorBrandVersion()
Copyright © 2005–2020 jthink.net. All rights reserved.