| Top |  |  |  |  | 
| GValueArray * | channel-positions | Read / Write | 
| GstRawAudioParseFormat | format | Read / Write | 
| gboolean | interleaved | Read / Write | 
| gint | num-channels | Read / Write | 
| GstAudioFormat | pcm-format | Read / Write | 
| gint | sample-rate | Read / Write | 
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseParse ╰── GstRawBaseParse ╰── GstRawAudioParse
| plugin | rawparse | 
| author | Carlos Rafael Giani <dv@pseudoterminal.org> | 
| class | Codec/Parser/Bin/Audio | 
| name | sink | 
| direction | sink | 
| presence | always | 
| details | audio/x-unaligned-raw, format=(string){ S8, U8, S16LE, S16BE, U16LE, U16BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S32LE, S32BE, U32LE, U32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, F32LE, F32BE, F64LE, F64BE }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string){ interleaved, non-interleaved } | 
| name | src | 
| direction | source | 
| presence | always | 
| details | audio/x-raw, format=(string){ S8, U8, S16LE, S16BE, U16LE, U16BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S32LE, S32BE, U32LE, U32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, F32LE, F32BE, F64LE, F64BE }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string){ interleaved, non-interleaved } | 
“channel-positions” property“channel-positions” GValueArray *
Channel positions used on the output.
Owner: GstRawAudioParse
Flags: Read / Write
“format” property  “format”                   GstRawAudioParseFormat
Format of the raw audio stream.
Owner: GstRawAudioParse
Flags: Read / Write
Default value: PCM
“interleaved” property“interleaved” gboolean
True if audio has interleaved layout.
Owner: GstRawAudioParse
Flags: Read / Write
Default value: TRUE
“num-channels” property“num-channels” gint
Number of channels in raw stream.
Owner: GstRawAudioParse
Flags: Read / Write
Allowed values: >= 1
Default value: 2
“pcm-format” property“pcm-format” GstAudioFormat
Format of audio samples in PCM stream (ignored if format property is not set to pcm).
Owner: GstRawAudioParse
Flags: Read / Write
Default value: GST_AUDIO_FORMAT_UNKNOWN
“sample-rate” property“sample-rate” gint
Rate of audio samples in raw stream.
Owner: GstRawAudioParse
Flags: Read / Write
Allowed values: >= 1
Default value: 44100