Not supported. Gets the length of the stream in bytes.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Overrides 
ReadOnly 
Property 
Length 
As 
Long
C#
public 
override 
long 
Length { 
get; }
Visual C++
public:
virtual 
property 
long long 
Length {
	
long long 
get () 
override;
}
JavaScript
function get_
length();

Exceptions

Exception Condition
NotSupportedException Thrown when an attempt is made to get the lenght.

See Also