get_range_string
Description:
public string?
get_range_string (
bool play,
RangeUnit unit)
Get the current range as a string.
this must be prepared with gst_rtsp_media_prepare ().
Parameters:
this |
a Media
|
play |
for the PLAY request
|
unit |
the unit to use for the string
|
Returns:
The range as a string, g_free after usage.
|