dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
AudioBuffer.opIndex
dplug
audio
audiobuffer
AudioBuffer
Create an AudioBuffer that is a ref to the same data.
inout
(
T
)[]
opIndex
(int channel)
AudioBuffer
opIndex
()
const
(
AudioBuffer
)
opIndex
()
struct
AudioBuffer
(T)
nothrow @
nogc
@
safe
const
const
(
AudioBuffer
)
opIndex
(
)
inout
(
T
)
opIndex
(int channel, int frame)
AudioBuffer
opIndex
(int[2] chan)
const
(
AudioBuffer
)
opIndex
(int[2] chan)
AudioBuffer
opIndex
(int[2] chan, int[2] framesBounds)
const
(
AudioBuffer
)
opIndex
(int[2] chan, int[2] framesBounds)
Meta
Source
See Implementation
dplug
audio
audiobuffer
AudioBuffer
destructors
~this
functions
alignment
assumeIsolated
channels
chunkBy
copyFrom
fillWithValue
fillWithZeroes
frames
getChannel
getChannelPointer
getChannelsPointers
hasOwnership
initWithData
isIsolated
isSilent
opDollar
opIndex
opSlice
recomputeZeroFlag
resize
sliceChannels
sliceFrames
postblits
this(this)
Create an AudioBuffer that is a ref to the same data.