public class AvcCBox extends Box
Box.LeafBox
header, MAX_BOX_SIZE
Modifier and Type | Method and Description |
---|---|
static AvcCBox |
createAvcCBox(int profile,
int profileCompat,
int level,
int nalLengthSize,
List<ByteBuffer> spsList,
List<ByteBuffer> ppsList) |
static AvcCBox |
createEmpty() |
void |
doWrite(ByteBuffer out) |
int |
estimateSize() |
static String |
fourcc() |
int |
getLevel() |
int |
getNalLengthSize() |
List<ByteBuffer> |
getPpsList() |
int |
getProfile() |
int |
getProfileCompat() |
List<ByteBuffer> |
getSpsList() |
void |
parse(ByteBuffer input) |
static AvcCBox |
parseAvcCBox(ByteBuffer buf) |
public AvcCBox(Header header)
public static String fourcc()
public static AvcCBox parseAvcCBox(ByteBuffer buf)
public static AvcCBox createEmpty()
public static AvcCBox createAvcCBox(int profile, int profileCompat, int level, int nalLengthSize, List<ByteBuffer> spsList, List<ByteBuffer> ppsList)
public void parse(ByteBuffer input)
public void doWrite(ByteBuffer out)
public int estimateSize()
estimateSize
in class Box
public int getProfile()
public int getProfileCompat()
public int getLevel()
public List<ByteBuffer> getSpsList()
public List<ByteBuffer> getPpsList()
public int getNalLengthSize()
Copyright © 2019. All rights reserved.