add_header
Description:
[
CCode ( cname =
"gst_rtsp_message_add_header" ) ]
public Result add_header (
HeaderField field,
string value)
Add a header with key field and value to this.
This function takes a copy of value.
Parameters:
| this |
a Message
|
| field |
a HeaderField
|
| value |
the value of the header
|
Returns: