mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rtsp: add some more docs
This commit is contained in:
parent
263c5b227b
commit
e01fab3ace
1 changed files with 15 additions and 0 deletions
|
@ -108,6 +108,21 @@ typedef struct
|
|||
|
||||
/**
|
||||
* GstRTSPTransport:
|
||||
* @trans: the transport mode
|
||||
* @profile: the tansport profile
|
||||
* @lower_transport: the lower transport
|
||||
* @destination: the destination ip/hostname
|
||||
* @source: the source ip/hostname
|
||||
* @layers: the number of layers
|
||||
* @mode_play: if play mode was selected
|
||||
* @mode_record: if record mode was selected
|
||||
* @append: is append mode was selected
|
||||
* @interleaved: the interleave range
|
||||
* @ttl: the time to live for multicast UDP
|
||||
* @port: the port pair for multicast sessions
|
||||
* @client_port: the client port pair for receiving data
|
||||
* @server_port: the server port pair for receiving data
|
||||
* @ssrc: the ssrc that the sender/receiver will use
|
||||
*
|
||||
* A structure holding the RTSP transport values.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue