aes70::OcaPropertyDescriptor struct

Contents

Description of an OCA property, including property ID, Get and Set method IDs, and datatype.

Public variables

OcaBaseDataType BaseDataType
OcaMethodID GetterMethodID
OcaMethodID SetterMethodID

Variable documentation

OcaBaseDataType aes70::OcaPropertyDescriptor::BaseDataType

The base datatype of the property. Chosen from an enum datatype that represents the available set of basedatatypes.

OcaMethodID aes70::OcaPropertyDescriptor::GetterMethodID

Method ID of GET method

OcaMethodID aes70::OcaPropertyDescriptor::SetterMethodID

Method ID of SET method