VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Functions
DtBasicEncodingRules.h File Reference

Contains utilities for formatting metadata. More...

Go to the source code of this file.

Namespaces

 makVrv
 Declare & export the plugin initialization function (bool initDeModule(DtDe* de))
 
 

Functions

DT_DLL_VRVVIDEOSTREAM unsigned int makVrv::vrvMetadataUtilities::DtBerLength (unsigned int size)
 Determine BER encoded-length of a variable given the variable's size. More...
 
DT_DLL_VRVVIDEOSTREAM unsigned int makVrv::vrvMetadataUtilities::DtBerOidLength (unsigned int size)
 Determine BER-OID encoded-length of a variable given the variable's size. More...
 
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. More...
 
DT_DLL_VRVVIDEOSTREAM void makVrv::vrvMetadataUtilities::DtBerToInt (unsigned char *buffer, unsigned int &outValue)
 
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. More...
 
DT_DLL_VRVVIDEOSTREAM void makVrv::vrvMetadataUtilities::DtBerOidToInt (unsigned char *buffer, unsigned int &outValue)
 

Detailed Description

Contains utilities for formatting metadata.


Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)