Blender  V3.3
Public Attributes | List of all members
SoundInfo Struct Reference

#include <BKE_sound.h>

Public Attributes

struct {
   eSoundChannels   channels
 
   int   samplerate
 
specs
 
float length
 

Detailed Description

Definition at line 79 of file BKE_sound.h.

Member Data Documentation

◆ channels

eSoundChannels SoundInfo::channels

Definition at line 81 of file BKE_sound.h.

Referenced by BKE_sound_new_file().

◆ length

float SoundInfo::length

Definition at line 84 of file BKE_sound.h.

Referenced by BKE_nla_add_soundstrip().

◆ samplerate

int SoundInfo::samplerate

Definition at line 82 of file BKE_sound.h.

Referenced by BKE_sound_new_file().

◆ 

struct { ... } SoundInfo::specs

Referenced by BKE_sound_new_file().


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