manage_media
Description:
public unowned SessionMedia manage_media (
string path,
owned Media media)
Manage the media object obj
in this.
path
will be used to retrieve this media from the session with
get_media.
Ownership is taken from media
.
Parameters:
this |
a Session
|
path |
the path for the media
|
media |
a Media
|
Returns:
a new GstRTSPSessionMedia object.
|