Sets the length of the current stream. Not supported.

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

Syntax

Visual Basic (Declaration)
Public 
Overrides 
Sub 
SetLength ( _
	
value 
As 
Long _
)
C#
public 
override 
void 
SetLength(
	
long 
value
)
Visual C++
public:
virtual 
void 
SetLength(
	
long long 
value
) 
override
JavaScript
function 
setLength(
value);

Parameters

value
Type: Int64
value. Not supported

See Also