Gst.SDP.Attribute – gstreamer-sdp-1.0 Reference Manual
Packages
gstreamer-sdp-1.0
Gst
SDP
Attribute
@set
clear
key
value
Attribute
Object Hierarchy:
Description:
[
CCode
( has_type_id =
false
) ]
[
GIR
( name =
"SDPAttribute"
) ]
public
struct
Attribute
The contents of the SDP "a=" field which contains a key/value pair.
Namespace:
Gst.SDP
Package:
gstreamer-sdp-1.0
Content:
Methods:
public
Result
@set
(
string
key,
string
? value)
Set the attribute with
key
and
value
.
public
Result
clear
()
Clear the attribute.
Fields:
public
unowned
string
key
public
unowned
string
value