public class Mp4MetaBox extends AbstractMp4Box
Modifier and Type | Field and Description |
---|---|
static int |
FLAGS_LENGTH |
dataBuffer, header
Constructor and Description |
---|
Mp4MetaBox(Mp4BoxHeader header,
ByteBuffer dataBuffer) |
Modifier and Type | Method and Description |
---|---|
static Mp4MetaBox |
createiTunesStyleMetaBox(int childrenSize)
Create an iTunes style Meta box
|
void |
processData() |
getData, getHeader
public static final int FLAGS_LENGTH
public Mp4MetaBox(Mp4BoxHeader header, ByteBuffer dataBuffer)
header
- header infodataBuffer
- data of box (doesn't include header data)public void processData() throws CannotReadException
CannotReadException
public static Mp4MetaBox createiTunesStyleMetaBox(int childrenSize)
Useful when writing to mp4 that previously didn't contain an mp4 meta atom
childrenSize
- Copyright © 2005–2020 jthink.net. All rights reserved.