Sdp<TGlobalDescription, TMediaDescription>.CapacityEstimate Property
Gets the approximate amount of space required (in characters) to serialize the SDP.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property CapacityEstimate As Integer
Get
'Usage
Dim instance As Sdp
Dim value As Integer
value = instance.CapacityEstimate
public int CapacityEstimate { get; }
Property Value
Type: System.Int32
See Also
Reference
Sdp<TGlobalDescription, TMediaDescription> Class