Class FlacConstants


  • @Deprecated
    public final class FlacConstants
    extends Object
    Deprecated.
    com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
    Defines constants used by the FLAC extractor.
    • Field Detail

      • STREAM_MARKER_SIZE

        public static final int STREAM_MARKER_SIZE
        Deprecated.
        Size of the FLAC stream marker in bytes.
        See Also:
        Constant Field Values
      • METADATA_BLOCK_HEADER_SIZE

        public static final int METADATA_BLOCK_HEADER_SIZE
        Deprecated.
        Size of the header of a FLAC metadata block in bytes.
        See Also:
        Constant Field Values
      • STREAM_INFO_BLOCK_SIZE

        public static final int STREAM_INFO_BLOCK_SIZE
        Deprecated.
        Size of the FLAC stream info block (header included) in bytes.
        See Also:
        Constant Field Values
      • MIN_FRAME_HEADER_SIZE

        public static final int MIN_FRAME_HEADER_SIZE
        Deprecated.
        Minimum size of a FLAC frame header in bytes.
        See Also:
        Constant Field Values
      • MAX_FRAME_HEADER_SIZE

        public static final int MAX_FRAME_HEADER_SIZE
        Deprecated.
        Maximum size of a FLAC frame header in bytes.
        See Also:
        Constant Field Values
      • METADATA_TYPE_STREAM_INFO

        public static final int METADATA_TYPE_STREAM_INFO
        Deprecated.
        Stream info metadata block type.
        See Also:
        Constant Field Values
      • METADATA_TYPE_SEEK_TABLE

        public static final int METADATA_TYPE_SEEK_TABLE
        Deprecated.
        Seek table metadata block type.
        See Also:
        Constant Field Values
      • METADATA_TYPE_VORBIS_COMMENT

        public static final int METADATA_TYPE_VORBIS_COMMENT
        Deprecated.
        Vorbis comment metadata block type.
        See Also:
        Constant Field Values
      • METADATA_TYPE_PICTURE

        public static final int METADATA_TYPE_PICTURE
        Deprecated.
        Picture metadata block type.
        See Also:
        Constant Field Values