Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
PackedArray::Traits< AudioUnitCocoaViewInfo >::header_type Struct Reference

#include <AudioUnitUtils.h>

Public Member Functions

 header_type ()
 

Public Attributes

CF_ptr< CFURLRef > p1
 

Detailed Description

Definition at line 220 of file AudioUnitUtils.h.

Constructor & Destructor Documentation

◆ header_type()

PackedArray::Traits< AudioUnitCocoaViewInfo >::header_type::header_type ( )
inline

Definition at line 223 of file AudioUnitUtils.h.

223 {
224 // Sanity checks against toolkit version change
225 static_assert(offsetof(header_type, p1) ==
226 offsetof(AudioUnitCocoaViewInfo, mCocoaAUViewBundleLocation));
227 }

Member Data Documentation

◆ p1

CF_ptr<CFURLRef> PackedArray::Traits< AudioUnitCocoaViewInfo >::header_type::p1

Definition at line 221 of file AudioUnitUtils.h.


The documentation for this struct was generated from the following file: