Class ESDescriptorBox

    • Constructor Detail

      • ESDescriptorBox

        public ESDescriptorBox()
    • Method Detail

      • setEsDescriptor

        public void setEsDescriptor​(ESDescriptor esDescriptor)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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.
        Overrides:
        getContent in class AbstractDescriptorBox
        Parameters:
        byteBuffer - the sink for the box's content