MX Foundation 4
MXF_ATTRIBUTE_INFO_DOUBLE_DETAILS Struct Reference

Attribute Information Data Structure (floating-point attribute) More...

#include <mxf_attributes.h>

Data Structures

union  details
 

Data Fields

uint64 format
 

Detailed Description

For C#, this struct is split in two structs, one for each format. For Range use MXF_ATTRIBUTE_INFO_DOUBLE_DETAILS_RANGE and for Enum use MXF_ATTRIBUTE_INFO_DOUBLE_DETAILS_ENUM.

Field Documentation

MXF_ATTRIBUTE_INFO_DOUBLE_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.
Updated 10/23/2023