Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. Not supported.

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

Syntax

Visual Basic (Declaration)
Public 
Overrides 
Sub 
Write ( _
	
buffer 
As 
Byte(), _
	
offset 
As 
Integer, _
	
count 
As 
Integer _
)
C#
public 
override 
void 
Write(
	
byte[] 
buffer,
	
int 
offset,
	
int 
count
)
Visual C++
public:
virtual 
void 
Write(
	
array<
unsigned char>^ 
buffer, 
	
int 
offset, 
	
int 
count
) 
override
JavaScript
function 
write(
buffer, 
offset, 
count);

Parameters

buffer
Type: array< Byte > [] () []
Not supported.
offset
Type: Int32
Not supported.
count
Type: Int32
Not supported.

See Also