Package org.mp4parser.boxes.dolby
Class DoViConfigurationBox
java.lang.Object
org.mp4parser.support.AbstractBox
org.mp4parser.boxes.dolby.DoViConfigurationBox
- All Implemented Interfaces:
Box,ParsableBox
-
Field Summary
FieldsFields inherited from class org.mp4parser.support.AbstractBox
content, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void_parseDetails(ByteBuffer content) Parse the box's fields and child boxes if any.protected voidgetContent(ByteBuffer byteBuffer) Write the box's content into the givenByteBuffer.protected longGet the box's content size without its header.intintintintlonglonglonglonglongbooleanbooleanbooleanvoidsetBlPresentFlag(boolean blPresentFlag) voidsetDvLevel(int dvLevel) voidsetDvProfile(int dvProfile) voidsetDvVersionMajor(int dvVersionMajor) voidsetDvVersionMinor(int dvVersionMinor) voidsetElPresentFlag(boolean elPresentFlag) voidsetReserved1(long reserved1) voidsetReserved2(long reserved2) voidsetReserved3(long reserved3) voidsetReserved4(long reserved4) voidsetReserved5(long reserved5) voidsetRpuPresentFlag(boolean rpuPresentFlag) Methods inherited from class org.mp4parser.support.AbstractBox
getBox, getSize, getType, getUserType, isParsed, parse, parseDetails
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
DoViConfigurationBox
public DoViConfigurationBox()
-
-
Method Details
-
getContentSize
protected long getContentSize()Description copied from class:AbstractBoxGet the box's content size without its header. This must be the exact number of bytes thatgetContent(ByteBuffer)writes.- Specified by:
getContentSizein classAbstractBox- Returns:
- Gets the box's content size in bytes
- See Also:
-
getContent
Description copied from class:AbstractBoxWrite the box's content into the givenByteBuffer. This must include flags and version in case of a full box.byteBufferhas been initialized withgetSize()bytes.- Specified by:
getContentin classAbstractBox- Parameters:
byteBuffer- the sink for the box's content
-
_parseDetails
Description copied from class:AbstractBoxParse the box's fields and child boxes if any.- Specified by:
_parseDetailsin classAbstractBox- Parameters:
content- the box's raw content beginning after the 4-cc field.
-
getDvVersionMajor
public int getDvVersionMajor() -
setDvVersionMajor
public void setDvVersionMajor(int dvVersionMajor) -
getDvVersionMinor
public int getDvVersionMinor() -
setDvVersionMinor
public void setDvVersionMinor(int dvVersionMinor) -
getDvProfile
public int getDvProfile() -
setDvProfile
public void setDvProfile(int dvProfile) -
getDvLevel
public int getDvLevel() -
setDvLevel
public void setDvLevel(int dvLevel) -
isRpuPresentFlag
public boolean isRpuPresentFlag() -
setRpuPresentFlag
public void setRpuPresentFlag(boolean rpuPresentFlag) -
isElPresentFlag
public boolean isElPresentFlag() -
setElPresentFlag
public void setElPresentFlag(boolean elPresentFlag) -
isBlPresentFlag
public boolean isBlPresentFlag() -
setBlPresentFlag
public void setBlPresentFlag(boolean blPresentFlag) -
getReserved1
public long getReserved1() -
setReserved1
public void setReserved1(long reserved1) -
getReserved2
public long getReserved2() -
setReserved2
public void setReserved2(long reserved2) -
getReserved3
public long getReserved3() -
setReserved3
public void setReserved3(long reserved3) -
getReserved4
public long getReserved4() -
setReserved4
public void setReserved4(long reserved4) -
getReserved5
public long getReserved5() -
setReserved5
public void setReserved5(long reserved5)
-