grandi / AudioFrame
Type Alias: AudioFrame
AudioFrame =
object& {channels:number;noChannels?:number; } | {channels?:number;noChannels:number; } & {noSamples?:number;samples:number; } | {noSamples:number;samples?:number; }
Defined in: types.ts:98
Type Declaration
channelStrideBytes
channelStrideBytes:
number
data
data:
Buffer
fourCC
fourCC:
AudioFourCC
metadata?
optionalmetadata?:string
sampleRate
sampleRate:
number
timecode?
optionaltimecode?:Timecode
type?
optionaltype?:"audio"