[ CCode ( cname = "GstStreamVolumeFormat" , cprefix = "GST_STREAM_VOLUME_FORMAT_" , has_type_id = false ) ]
[ GIR ( name = "StreamVolumeFormat" ) ]
public enum StreamVolumeFormat
Different representations of a stream volume.
convert_volume allows to convert between the different representations.
Formulas to convert from a linear to a cubic or dB volume are cbrt(val) and 20 * log10 (val).