MX Foundation 4
MXF_ATTRIBUTE_INFO_UINT64_DETAILS Struct Reference

Attribute Information Data Structure (unsigned attribute) More...

#include <mxf_attributes.h>

Data Structures

union  details
 

Data Fields

uint64 format
 

Detailed Description

For C#, this struct is split in three structs, one for each format. For Range use MXF_ATTRIBUTE_INFO_UINT64_DETAILS_RANGE, for Enum use MXF_ATTRIBUTE_INFO_UINT64_DETAILS_ENUM and for Bitmask use MXF_ATTRIBUTE_INFO_UINT64_DETAILS_BITMASK.

Field Documentation

MXF_ATTRIBUTE_INFO_UINT64_DETAILS::format

Attribute format:

MXF_ATTRIBUTE_INFO_FORMAT_RANGE: Range attribute. Use range sub-structure.
MXF_ATTRIBUTE_INFO_FORMAT_ENUM: Enumeration attribute. Use enumeration sub-structure.
MXF_ATTRIBUTE_INFO_FORMAT_BITMASK: Bitmask attribute. Use bitMask sub-structure.
Updated 10/23/2023