LumiSoft Net Help
Encode Method (buffer, offset, count)
NamespacesLumiSoft.Net.Media.CodecCodecEncode(array<Byte>[]()[][], Int32, Int32)
Encodes specified data block.
Declaration Syntax
C#Visual BasicVisual C++F#
public abstract byte[] Encode(
	byte[] buffer,
	int offset,
	int count
)
Public MustOverride Function Encode ( 
	buffer As Byte(),
	offset As Integer,
	count As Integer
) As Byte()
public:
virtual array<unsigned char>^ Encode(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) abstract
abstract Encode : 
        buffer : byte[] * 
        offset : int * 
        count : int -> byte[] 
Parameters
buffer (array<Byte>[]()[][])
Data to encode.
offset (Int32)
Offset in the buffer.
count (Int32)
Number of bytes to encode.
Return Value
array<Byte>[]()[][]
Returns encoded block.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119