public class SegmentTypeBox extends Box
Box.LeafBox
header, MAX_BOX_SIZE
Constructor and Description |
---|
SegmentTypeBox(Header header) |
Modifier and Type | Method and Description |
---|---|
static SegmentTypeBox |
createSegmentTypeBox(String majorBrand,
int minorVersion,
Collection<String> compBrands) |
void |
doWrite(ByteBuffer out) |
int |
estimateSize() |
static String |
fourcc() |
Collection<String> |
getCompBrands() |
String |
getMajorBrand() |
void |
parse(ByteBuffer input) |
public SegmentTypeBox(Header header)
public static SegmentTypeBox createSegmentTypeBox(String majorBrand, int minorVersion, Collection<String> compBrands)
public static String fourcc()
public void parse(ByteBuffer input)
public String getMajorBrand()
public Collection<String> getCompBrands()
public void doWrite(ByteBuffer out)
public int estimateSize()
estimateSize
in class Box
Copyright © 2019. All rights reserved.