AudioEffectCapture

Inherits: AudioEffect < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

float

buffer_length

0.1

Methods

bool

can_get_buffer ( int frames ) const

void

clear_buffer ( )

PackedVector2Array

get_buffer ( int frames )

int

get_buffer_length_frames ( ) const

int

get_discarded_frames ( ) const

int

get_frames_available ( ) const

int

get_pushed_frames ( ) const


Property Descriptions

float buffer_length = 0.1

  • void set_buffer_length ( float value )

  • float get_buffer_length ( )

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

bool can_get_buffer ( int frames ) const

There is currently no description for this method. Please help us by contributing one!


void clear_buffer ( )

There is currently no description for this method. Please help us by contributing one!


PackedVector2Array get_buffer ( int frames )

There is currently no description for this method. Please help us by contributing one!


int get_buffer_length_frames ( ) const

There is currently no description for this method. Please help us by contributing one!


int get_discarded_frames ( ) const

There is currently no description for this method. Please help us by contributing one!


int get_frames_available ( ) const

There is currently no description for this method. Please help us by contributing one!


int get_pushed_frames ( ) const

There is currently no description for this method. Please help us by contributing one!