SoDataCompressor.Compress Method |
Compresses the given buffer into the internal buffer.
Namespace: OIV.LDM.CompressorsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic ulong Compress(
SbNativeArray<byte> src,
ulong srcLen,
SoDataCompressor. TileInfo tileInfo
)
Public Function Compress (
src As SbNativeArray(Of Byte),
srcLen As ULong,
tileInfo As SoDataCompressor. TileInfo
) As ULong
public:
unsigned long long Compress(
SbNativeArray<unsigned char>^ src,
unsigned long long srcLen,
SoDataCompressor. TileInfo tileInfo
)
member Compress :
src : SbNativeArray<byte> *
srcLen : uint64 *
tileInfo : SoDataCompressor. TileInfo -> uint64
Parameters
- src
- Type: OIV.Inventor.Generic.SbNativeArray<Byte>
a pointer to the data to compress.
- srcLen
- Type: System.UInt64
the size of the source buffer in bytes.
- tileInfo
- Type: OIV.LDM.Compressors.SoDataCompressor.TileInfo
contains information about the tile being processed.
Return Value
Type:
UInt64The size in bytes of the compressed buffer.
Remarks
See Also