RTPContributingSource
public struct RTPContributingSource : RawRepresentable, Hashable
Contributing Source (CSRC) - A source of a stream of RTP packets that has contributed to the combined stream produced by an RTP mixer (see below). The mixer inserts a list of the SSRC identifiers of the sources that contributed to the generation of a particular packet into the RTP header of that packet. This list is called the CSRC list. An example application is audio conferencing where a mixer indicates all the talkers whose speech was combined to produce the outgoing packet, allowing the receiver to indicate the current talker, even though all the audio packets contain the same SSRC identifier (that of the mixer).
-
Declaration
Swift
public var rawValue: UInt32
-
Declaration
Swift
@inlinable public init(rawValue: UInt32)