VR-Vantage API Documentation
Functions
makVrv::vrvMetadataUtilities Namespace Reference

Functions

DT_DLL_VRVVIDEOSTREAM unsigned int DtBerLength (unsigned int size)
 Determine BER encoded-length of a variable given the variable's size.
DT_DLL_VRVVIDEOSTREAM unsigned int DtBerOidLength (unsigned int size)
 Determine BER-OID encoded-length of a variable given the variable's size.
DT_DLL_VRVVIDEOSTREAM void DtIntToBer (unsigned int val, unsigned char *outBuffer, unsigned int &outLength)
 Convert between unsigned integer and BER encoded (long or short) values.
DT_DLL_VRVVIDEOSTREAM void DtBerToInt (unsigned char *buffer, unsigned int &outValue)
 Convert between unsigned integer and BER encoded (long or short) values.
DT_DLL_VRVVIDEOSTREAM void DtIntToBerOid (unsigned int val, unsigned char *outBuffer, unsigned int &outLength)
 Convert between unsigned integer values and BER-OID (primative BER or ASN.1 OID BER) values.
DT_DLL_VRVVIDEOSTREAM void DtBerOidToInt (unsigned char *buffer, unsigned int &outValue)
 Convert between unsigned integer values and BER-OID (primative BER or ASN.1 OID BER) values.

Function Documentation

DT_DLL_VRVVIDEOSTREAM void makVrv::vrvMetadataUtilities::DtIntToBer ( unsigned int  val,
unsigned char *  outBuffer,
unsigned int &  outLength 
)

Convert between unsigned integer and BER encoded (long or short) values.

DT_DLL_VRVVIDEOSTREAM void makVrv::vrvMetadataUtilities::DtBerToInt ( unsigned char *  buffer,
unsigned int &  outValue 
)

Convert between unsigned integer and BER encoded (long or short) values.

DT_DLL_VRVVIDEOSTREAM unsigned int makVrv::vrvMetadataUtilities::DtBerLength ( unsigned int  size)

Determine BER encoded-length of a variable given the variable's size.

DT_DLL_VRVVIDEOSTREAM void makVrv::vrvMetadataUtilities::DtIntToBerOid ( unsigned int  val,
unsigned char *  outBuffer,
unsigned int &  outLength 
)

Convert between unsigned integer values and BER-OID (primative BER or ASN.1 OID BER) values.

DT_DLL_VRVVIDEOSTREAM void makVrv::vrvMetadataUtilities::DtBerOidToInt ( unsigned char *  buffer,
unsigned int &  outValue 
)

Convert between unsigned integer values and BER-OID (primative BER or ASN.1 OID BER) values.

DT_DLL_VRVVIDEOSTREAM unsigned int makVrv::vrvMetadataUtilities::DtBerOidLength ( unsigned int  size)

Determine BER-OID encoded-length of a variable given the variable's size.



Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)