Gst.SDP.Connection – gstreamer-sdp-1.0 Reference Manual
Connection
Object Hierarchy:
Gst.SDP.Connection
Gst.SDP.Connection
Gst.SDP.Connection
Description:
[
CCode
( has_type_id =
false
) ]
[
GIR
( name =
"SDPConnection"
) ]
public
struct
Connection
The contents of the SDP "c=" field which contains connection data.
Namespace:
Gst.SDP
Package:
gstreamer-sdp-1.0
Content:
Methods:
public
Result
@set
(
string
nettype,
string
addrtype,
string
address,
uint
ttl,
uint
addr_number)
Set the connection with the given parameters.
public
Result
clear
()
Clear the connection.
Fields:
public
unowned
string
nettype
public
unowned
string
addrtype
public
unowned
string
address
public
uint
ttl
public
uint
addr_number
2022 vala-language.org