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