Class MdtaMetadataEntry

  • All Implemented Interfaces:
    Parcelable, Metadata.Entry

    public final class MdtaMetadataEntry
    extends Object
    implements Metadata.Entry
    Stores extensible metadata with handler type 'mdta'. See also the QuickTime File Format Specification.
    • Field Detail

      • KEY_ANDROID_CAPTURE_FPS

        public static final String KEY_ANDROID_CAPTURE_FPS
        Key for the capture frame rate (in frames per second).
        See Also:
        Constant Field Values
      • key

        public final String key
        The metadata key name.
      • value

        public final byte[] value
        The payload. The interpretation of the value depends on typeIndicator.
      • localeIndicator

        public final int localeIndicator
        The four byte locale indicator.
      • typeIndicator

        public final int typeIndicator
        The four byte type indicator.
    • Constructor Detail

      • MdtaMetadataEntry

        public MdtaMetadataEntry​(String key,
                                 byte[] value,
                                 int localeIndicator,
                                 int typeIndicator)
        Creates a new metadata entry for the specified metadata key/value.