public class Mp4NameBox extends AbstractMp4Box
Modifier and Type | Field and Description |
---|---|
static int |
FLAGS_LENGTH |
static String |
IDENTIFIER |
static int |
PRE_DATA_LENGTH |
static int |
VERSION_LENGTH |
dataBuffer, header
Constructor and Description |
---|
Mp4NameBox(Mp4BoxHeader header,
ByteBuffer dataBuffer) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
getData, getHeader
public static final String IDENTIFIER
public static final int VERSION_LENGTH
public static final int FLAGS_LENGTH
public static final int PRE_DATA_LENGTH
public Mp4NameBox(Mp4BoxHeader header, ByteBuffer dataBuffer)
header
- parentHeader infodataBuffer
- data of box (doesnt include parentHeader data)public String getName()
Copyright © 2005–2020 jthink.net. All rights reserved.