New upstream version 26.0.0+dfsg1
This commit is contained in:
parent
8e020cdacb
commit
240080891f
837 changed files with 41275 additions and 9196 deletions
|
|
@ -61,6 +61,24 @@ struct AudioStreamPacketDescription {
|
|||
};
|
||||
typedef struct AudioStreamPacketDescription AudioStreamPacketDescription;
|
||||
|
||||
typedef UInt32 AudioChannelLabel;
|
||||
typedef UInt32 AudioChannelLayoutTag;
|
||||
|
||||
struct AudioChannelDescription {
|
||||
AudioChannelLabel mChannelLabel;
|
||||
UInt32 mChannelFlags;
|
||||
float mCoordinates[3];
|
||||
};
|
||||
typedef struct AudioChannelDescription AudioChannelDescription;
|
||||
|
||||
struct AudioChannelLayout {
|
||||
AudioChannelLayoutTag mChannelLayoutTag;
|
||||
UInt32 mChannelBitmap;
|
||||
UInt32 mNumberChannelDescriptions;
|
||||
AudioChannelDescription mChannelDescriptions[kVariableLengthArray];
|
||||
};
|
||||
typedef struct AudioChannelLayout AudioChannelLayout;
|
||||
|
||||
typedef OSStatus (*AudioConverterComplexInputDataProc)(
|
||||
AudioConverterRef inAudioConverter, UInt32 *ioNumberDataPackets,
|
||||
AudioBufferList *ioData,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue