public class Mp4NameBox extends AbstractMp4Box
Modifier and Type | Field and Description |
---|---|
static int |
FLAGS_LENGTH |
static java.lang.String |
IDENTIFIER |
private java.lang.String |
name |
static int |
PRE_DATA_LENGTH |
static int |
VERSION_LENGTH |
dataBuffer, header
Constructor and Description |
---|
Mp4NameBox(Mp4BoxHeader header,
java.nio.ByteBuffer dataBuffer) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
getData, getHeader
public static final java.lang.String IDENTIFIER
private java.lang.String name
public static final int VERSION_LENGTH
public static final int FLAGS_LENGTH
public static final int PRE_DATA_LENGTH
public Mp4NameBox(Mp4BoxHeader header, java.nio.ByteBuffer dataBuffer)
header
- parentHeader infodataBuffer
- data of box (doesnt include parentHeader data)Copyright © 2005-2013 java.net. All Rights Reserved.