public class HevcConfigurationBox extends AbstractBox
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
content, type| Constructor and Description |
|---|
HevcConfigurationBox() |
getBox, getSize, getType, getUserType, isParsed, parse, parseDetailspublic static final java.lang.String TYPE
protected long getContentSize()
AbstractBoxgetContent(ByteBuffer) writes.getContentSize in class AbstractBoxAbstractBox.getContent(java.nio.ByteBuffer)protected void getContent(java.nio.ByteBuffer byteBuffer)
AbstractBoxByteBuffer. This must include flags
and version in case of a full box. byteBuffer has been initialized with
getSize() bytes.getContent in class AbstractBoxbyteBuffer - the sink for the box's contentprotected void _parseDetails(java.nio.ByteBuffer content)
AbstractBox_parseDetails in class AbstractBoxcontent - the box's raw content beginning after the 4-cc field.public HevcDecoderConfigurationRecord getHevcDecoderConfigurationRecord()
public void setHevcDecoderConfigurationRecord(HevcDecoderConfigurationRecord hevcDecoderConfigurationRecord)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int getConfigurationVersion()
public int getGeneral_profile_space()
public boolean isGeneral_tier_flag()
public int getGeneral_profile_idc()
public long getGeneral_profile_compatibility_flags()
public long getGeneral_constraint_indicator_flags()
public int getGeneral_level_idc()
public int getMin_spatial_segmentation_idc()
public int getParallelismType()
public int getChromaFormat()
public int getBitDepthLumaMinus8()
public int getBitDepthChromaMinus8()
public int getAvgFrameRate()
public int getNumTemporalLayers()
public int getLengthSizeMinusOne()
public boolean isTemporalIdNested()
public int getConstantFrameRate()
public java.util.List<HevcDecoderConfigurationRecord.Array> getArrays()
Copyright © 2020. All rights reserved.