rtpL16pay

rtpL16pay — Payload-encode Raw audio into RTP packets (RFC 3551)

Synopsis

struct              GstRtpL16Pay;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstRTPBasePayload
                           +----GstRTPBaseAudioPayload
                                 +----GstRtpL16Pay

Description

Payload raw audio into RTP packets according to RFC 3551. For detailed information see: http://www.rfc-editor.org/rfc/rfc3551.txt

Example pipeline

1
2
3
4