ConvertLiveMediaTask.Write Method

NReco.VideoConverter Class Library Documentation
Write input data into conversion stream

Namespace:  NReco.VideoConverter
Assembly:  NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
Syntax

public void Write(
	byte[] buf,
	int offset,
	int count
)

Parameters

buf
Type:System.Byte[]
offset
Type: System.Int32
count
Type: System.Int32
See Also

Reference