Back to Exoplayer

FlacConstants (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/extractor/flac/FlacConstants.html

latest4.9 KB
Original Source

Package com.google.android.exoplayer2.extractor.flac

Class FlacConstants


[@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.

Field Summary

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. |

Method Summary

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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