Update Format.pcmEncoding docs to include lossless compression

This field has been used for encoded FLAC data since ba8f55694a

PiperOrigin-RevId: 736811640
This commit is contained in:
ibaker 2025-03-14 03:58:34 -07:00 committed by Copybara-Service
parent 54c64b41c4
commit fe8163838e

View File

@ -1039,7 +1039,10 @@ public final class Format {
/** The audio sampling rate in Hz, or {@link #NO_VALUE} if unknown or not applicable. */
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;
/**