mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Formatting Fix
This commit is contained in:
+3
-3
@@ -32,9 +32,9 @@ foreign xa2 {
|
||||
// The volume meter does not support SetEffectParameters().
|
||||
VOLUMEMETER_LEVELS :: struct #packed {
|
||||
pPeakLevels: [^]f32 `fmt:"v,ChannelCount"`, // Peak levels table: receives maximum absolute level for each channel over a processing pass, may be NULL if pRMSLevls != NULL, otherwise must have at least ChannelCount elements.
|
||||
pRMSLevels: [^]f32, // Root mean square levels table: receives RMS level for each channel over a processing pass, may be NULL if pPeakLevels != NULL, otherwise must have at least ChannelCount elements.
|
||||
ChannelCount: u32, // Number of channels being processed by the volume meter APO
|
||||
}
|
||||
pRMSLevels: [^]f32 `fmt:"v,ChannelCount"`, // Root mean square levels table: receives RMS level for each channel over a processing pass, may be NULL if pPeakLevels != NULL, otherwise must have at least ChannelCount elements.
|
||||
ChannelCount: u32, // Number of channels being processed by the volume meter APO
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user