Enum Class StreamVolumeFormat

java.lang.Object
java.lang.Enum<StreamVolumeFormat>
org.freedesktop.gstreamer.audio.StreamVolumeFormat
All Implemented Interfaces:
Enumeration, Serializable, Comparable<StreamVolumeFormat>, Constable

@Generated("io.github.jwharm.JavaGI") public enum StreamVolumeFormat extends Enum<StreamVolumeFormat> implements Enumeration
Different representations of a stream volume. gst_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).