Class SanitizedMetadata

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      SanitizedMetadata(Array<byte> sanitizedMetadata, long dataOffset, long dataLength)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Array<byte> getSanitizedMetadata() Get the sanitized metadata, if any.
      long getDataOffset() Get the offset of the media data in the processed input.
      long getDataLength() Get the length of the media data in the processed input.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SanitizedMetadata

        SanitizedMetadata(Array<byte> sanitizedMetadata, long dataOffset, long dataLength)
    • Method Detail

      • getSanitizedMetadata

         Array<byte> getSanitizedMetadata()

        Get the sanitized metadata, if any.

        Returns:

        The sanitized metadata, or null if it didn't need to be sanitized.

      • getDataOffset

         long getDataOffset()

        Get the offset of the media data in the processed input.

        Returns:

        The offset of the media data in the processed input.

      • getDataLength

         long getDataLength()

        Get the length of the media data in the processed input.

        Returns:

        The length of the media data in the processed input.