Gst.RTP.PayloadInfo – gstreamer-rtp-1.0 Reference Manual
PayloadInfo
Object Hierarchy:
Gst.RTP.PayloadInfo
Gst.RTP.PayloadInfo
Gst.RTP.PayloadInfo
Description:
[
CCode
( has_type_id =
false
) ]
[
GIR
( name =
"RTPPayloadInfo"
) ]
public
struct
PayloadInfo
Structure holding default payload type information.
Namespace:
Gst.RTP
Package:
gstreamer-rtp-1.0
Content:
Static methods:
public
static
unowned
PayloadInfo
?
for_name
(
string
media,
string
encoding_name)
Get the
PayloadInfo
for
media
and
encoding_name
.
public
static
unowned
PayloadInfo
?
for_pt
(
uint8
payload_type)
Get the
PayloadInfo
for
payload_type
.
Fields:
public
uint8
payload_type
public
unowned
string
media
public
unowned
string
encoding_name
public
uint
clock_rate
public
unowned
string
encoding_parameters
public
uint
bitrate
2022 vala-language.org