mirror of
https://github.com/androidx/media.git
synced 2025-04-29 22:36:54 +08:00
Update Format.pcmEncoding
docs to include lossless compression
This field has been used for encoded FLAC data since ba8f55694a
PiperOrigin-RevId: 736811640
(cherry picked from commit fe8163838ed4adead705e2a537973d3c741f5d8e)
This commit is contained in:
parent
57c82710ea
commit
673da97fde
@ -1039,7 +1039,10 @@ public final class Format {
|
|||||||
/** The audio sampling rate in Hz, or {@link #NO_VALUE} if unknown or not applicable. */
|
/** The audio sampling rate in Hz, or {@link #NO_VALUE} if unknown or not applicable. */
|
||||||
public final int sampleRate;
|
public final int sampleRate;
|
||||||
|
|
||||||
/** The {@link C.PcmEncoding} for PCM audio. Set to {@link #NO_VALUE} for other media types. */
|
/**
|
||||||
|
* The {@link C.PcmEncoding} for PCM or losslessly compressed audio. Set to {@link #NO_VALUE} for
|
||||||
|
* other media types.
|
||||||
|
*/
|
||||||
@UnstableApi public final @C.PcmEncoding int pcmEncoding;
|
@UnstableApi public final @C.PcmEncoding int pcmEncoding;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user