bitRate

Bit rate in bits per second (bps). Only applicable for compressed formats (MP3, Opus).


public final AudioResponseFormat.Builder bitRate(JsonField<Integer> bitRate)

Sets Builder.bitRate to an arbitrary JSON value.

You should usually call Builder.bitRate with a well-typed Int value instead. This method is primarily for setting the field to an undocumented or not yet supported value.