add_header_by_name
Description:
[
CCode ( cname =
"gst_rtsp_message_add_header_by_name" ) ]
[
Version ( since =
"1.6" ) ]
public Result add_header_by_name (
string header,
string value)
Add a header with key header
and value
to this.
This function takes a copy of value
.
Parameters:
this |
a Message
|
header |
header string
|
value |
the value of the header
|
Returns: