FsRtpStream

FsRtpStream — A RTP stream in a FsRtpSession in a FsRtpConference

Synopsis

                    FsRtpStream;

Properties

  "stream-transmitter"       FsStreamTransmitter*  : Write / Construct Only
  "rtp-header-extensions"    FsRtpHeaderExtensionGList*  : Read / Write

Description

This is the conjunction of a FsRtpParticipant and a FsRtpSession, it is created by calling fs_session_new_stream() on a FsRtpSession.

Details

FsRtpStream

typedef struct _FsRtpStream FsRtpStream;

Property Details

The "stream-transmitter" property

  "stream-transmitter"       FsStreamTransmitter*  : Write / Construct Only

The FsStreamTransmitter for this stream.


The "rtp-header-extensions" property

  "rtp-header-extensions"    FsRtpHeaderExtensionGList*  : Read / Write

GList of RTP Header extensions that the participant for this stream would like to use.