docs/doc/reference/com/google/android/exoplayer2/extractor/flac/FlacConstants.html
Package com.google.android.exoplayer2.extractor.flac
[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public final classFlacConstantsextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")
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.
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| static int | MAX_FRAME_HEADER_SIZE |
Deprecated.
Maximum size of a FLAC frame header in bytes.
|
| static int | METADATA_BLOCK_HEADER_SIZE |
Deprecated.
Size of the header of a FLAC metadata block in bytes.
|
| static int | METADATA_TYPE_PICTURE |
Deprecated.
Picture metadata block type.
|
| static int | METADATA_TYPE_SEEK_TABLE |
Deprecated.
Seek table metadata block type.
|
| static int | METADATA_TYPE_STREAM_INFO |
Deprecated.
Stream info metadata block type.
|
| static int | METADATA_TYPE_VORBIS_COMMENT |
Deprecated.
Vorbis comment metadata block type.
|
| static int | MIN_FRAME_HEADER_SIZE |
Deprecated.
Minimum size of a FLAC frame header in bytes.
|
| static int | STREAM_INFO_BLOCK_SIZE |
Deprecated.
Size of the FLAC stream info block (header included) in bytes.
|
| static int | STREAM_MARKER_SIZE |
Deprecated.
Size of the FLAC stream marker in bytes. |
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public static final int STREAM_MARKER_SIZE
Deprecated.
Size of the FLAC stream marker in bytes. See Also:Constant Field Values
-
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
-
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
-
public static final int MIN_FRAME_HEADER_SIZE
Deprecated.
Minimum size of a FLAC frame header in bytes. See Also:Constant Field Values
-
public static final int MAX_FRAME_HEADER_SIZE
Deprecated.
Maximum size of a FLAC frame header in bytes. See Also:Constant Field Values
-
public static final int METADATA_TYPE_STREAM_INFO
Deprecated.
Stream info metadata block type. See Also:Constant Field Values
-
public static final int METADATA_TYPE_SEEK_TABLE
Deprecated.
Seek table metadata block type. See Also:Constant Field Values
-
public static final int METADATA_TYPE_VORBIS_COMMENT
Deprecated.
Vorbis comment metadata block type. See Also:Constant Field Values
-
public static final int METADATA_TYPE_PICTURE
Deprecated.
Picture metadata block type. See Also:Constant Field Values