RtcpSourceDescriptionSourceCount Property |
Gets the number of sources.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic uint SourceCount { get; }
Public ReadOnly Property SourceCount As UInteger
Get
public:
property unsigned int SourceCount {
unsigned int get ();
}
member SourceCount : uint32 with get
Property Value
Type:
UInt32
The number of sources.
See Also