OpenShot Library | OpenShotAudio 0.2.2
juce::CoreAudioFormatMetatdata::AudioDescriptionChunk Struct Reference

Public Member Functions

 AudioDescriptionChunk (InputStream &input)
 

Public Attributes

double sampleRate
 
uint32 formatID
 
uint32 formatFlags
 
uint32 bytesPerPacket
 
uint32 framesPerPacket
 
uint32 channelsPerFrame
 
uint32 bitsPerChannel
 

Detailed Description

Definition at line 99 of file juce_CoreAudioFormat.cpp.

Constructor & Destructor Documentation

◆ AudioDescriptionChunk()

juce::CoreAudioFormatMetatdata::AudioDescriptionChunk::AudioDescriptionChunk ( InputStream input)
inline

Definition at line 101 of file juce_CoreAudioFormat.cpp.

Member Data Documentation

◆ sampleRate

double juce::CoreAudioFormatMetatdata::AudioDescriptionChunk::sampleRate

Definition at line 112 of file juce_CoreAudioFormat.cpp.

◆ formatID

uint32 juce::CoreAudioFormatMetatdata::AudioDescriptionChunk::formatID

Definition at line 113 of file juce_CoreAudioFormat.cpp.

◆ formatFlags

uint32 juce::CoreAudioFormatMetatdata::AudioDescriptionChunk::formatFlags

Definition at line 114 of file juce_CoreAudioFormat.cpp.

◆ bytesPerPacket

uint32 juce::CoreAudioFormatMetatdata::AudioDescriptionChunk::bytesPerPacket

Definition at line 115 of file juce_CoreAudioFormat.cpp.

◆ framesPerPacket

uint32 juce::CoreAudioFormatMetatdata::AudioDescriptionChunk::framesPerPacket

Definition at line 116 of file juce_CoreAudioFormat.cpp.

◆ channelsPerFrame

uint32 juce::CoreAudioFormatMetatdata::AudioDescriptionChunk::channelsPerFrame

Definition at line 117 of file juce_CoreAudioFormat.cpp.

◆ bitsPerChannel

uint32 juce::CoreAudioFormatMetatdata::AudioDescriptionChunk::bitsPerChannel

Definition at line 118 of file juce_CoreAudioFormat.cpp.


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