get_header_by_name
Description:
[ CCode ( cname = "gst_rtsp_message_get_header_by_name" ) ]
[ Version ( since = "1.6" ) ]
public Result get_header_by_name (string header, out unowned string? value, int index)
[ Version ( since = "1.6" ) ]
public Result get_header_by_name (string header, out unowned string? value, int index)
Get the index header value with key header from this.
The result in value stays valid as long as it remains present in this.
Parameters:
| this |
a Message |
| header | |
| value |
pointer to hold the result |
| index |
the index of the header |