Top |
gboolean | audio | Read / Write |
GstOpusEncAudioType | audio-type | Read / Write |
GstOpusEncBandwidth | bandwidth | Read / Write |
gint | bitrate | Read / Write |
GstOpusEncBitrateType | bitrate-type | Read / Write |
gboolean | cbr | Read / Write |
gint | complexity | Read / Write |
gboolean | constrained-vbr | Read / Write |
gboolean | dtx | Read / Write |
GstOpusEncFrameSize | frame-size | Read / Write |
gboolean | inband-fec | Read / Write |
guint | max-payload-size | Read / Write |
gint | packet-loss-percentage | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstAudioEncoder ╰── GstOpusEnc
plugin |
opus |
author |
Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> |
class |
Codec/Encoder/Audio |
name |
sink |
direction |
sink |
presence |
always |
details |
audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)[ 1, 8 ] |
audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 8000, 12000, 16000, 24000 }, channels=(int)[ 1, 8 ] |
name |
src |
direction |
source |
presence |
always |
details |
audio/x-opus |
“audio”
property“audio” gboolean
Audio or voice (DEPRECATED: use audio-type).
Flags: Read / Write
Default value: TRUE
“audio-type”
property “audio-type” GstOpusEncAudioType
What type of audio to optimize for.
Flags: Read / Write
Default value: Generic audio
“bandwidth”
property “bandwidth” GstOpusEncBandwidth
Audio Band Width.
Flags: Read / Write
Default value: Full band
“bitrate”
property“bitrate” gint
Specify an encoding bit-rate (in bps).
Flags: Read / Write
Allowed values: [4000,650000]
Default value: 64000
“bitrate-type”
property “bitrate-type” GstOpusEncBitrateType
Bitrate type.
Flags: Read / Write
Default value: CBR
“cbr”
property“cbr” gboolean
Constant bit rate (DEPRECATED: use bitrate-type).
Flags: Read / Write
Default value: TRUE
“complexity”
property“complexity” gint
Complexity.
Flags: Read / Write
Allowed values: [0,10]
Default value: 10
“constrained-vbr”
property“constrained-vbr” gboolean
Constrained VBR (DEPRECATED: use bitrate-type).
Flags: Read / Write
Default value: TRUE
“frame-size”
property “frame-size” GstOpusEncFrameSize
The duration of an audio frame, in ms.
Flags: Read / Write
Default value: 20
“inband-fec”
property“inband-fec” gboolean
Enable forward error correction.
Flags: Read / Write
Default value: FALSE
“max-payload-size”
property“max-payload-size” guint
Maximum payload size in bytes.
Flags: Read / Write
Allowed values: [2,4000]
Default value: 4000
“packet-loss-percentage”
property“packet-loss-percentage” gint
Packet loss percentage.
Flags: Read / Write
Allowed values: [0,100]
Default value: 0