Class DoViConfigurationBox

java.lang.Object
org.mp4parser.support.AbstractBox
org.mp4parser.boxes.dolby.DoViConfigurationBox
All Implemented Interfaces:
Box, ParsableBox

public class DoViConfigurationBox extends AbstractBox
  • Field Details

  • Constructor Details

    • DoViConfigurationBox

      public DoViConfigurationBox()
  • Method Details

    • getContentSize

      protected long getContentSize()
      Description copied from class: AbstractBox
      Get the box's content size without its header. This must be the exact number of bytes that getContent(ByteBuffer) writes.
      Specified by:
      getContentSize in class AbstractBox
      Returns:
      Gets the box's content size in bytes
      See Also:
    • getContent

      protected void getContent(ByteBuffer byteBuffer)
      Description copied from class: AbstractBox
      Write the box's content into the given ByteBuffer. This must include flags and version in case of a full box. byteBuffer has been initialized with getSize() bytes.
      Specified by:
      getContent in class AbstractBox
      Parameters:
      byteBuffer - the sink for the box's content
    • _parseDetails

      protected void _parseDetails(ByteBuffer content)
      Description copied from class: AbstractBox
      Parse the box's fields and child boxes if any.
      Specified by:
      _parseDetails in class AbstractBox
      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)