godot_videodecoder_interface_gdnative

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

constructor
void* function(godot_object) constructor;
Undocumented in source.
destructor
void function(void*) destructor;
Undocumented in source.
get_audioframe
godot_int function(void*, float*, int) get_audioframe;
Undocumented in source.
get_channels
godot_int function(const(void)*) get_channels;
Undocumented in source.
get_length
godot_real function(const(void)*) get_length;
Undocumented in source.
get_mix_rate
godot_int function(const(void)*) get_mix_rate;
Undocumented in source.
get_playback_position
godot_real function(const(void)*) get_playback_position;
Undocumented in source.
get_plugin_name
const(char)* function() get_plugin_name;
Undocumented in source.
get_supported_extensions
const(char)** function(int* count) get_supported_extensions;
Undocumented in source.
get_texture_size
godot_vector2 function(const(void)*) get_texture_size;
Undocumented in source.
get_videoframe
godot_pool_byte_array* function(void*) get_videoframe;
Undocumented in source.
next
void* next;
Undocumented in source.
open_file
bool function(void* dataStruct, void* fileAccessPtr) open_file;
Undocumented in source.
seek
void function(void*, godot_real) seek;
Undocumented in source.
set_audio_track
void function(void*, godot_int) set_audio_track;
Undocumented in source.
update
void function(void*, godot_real) update;
Undocumented in source.
ver
godot_gdnative_api_version ver;
Undocumented in source.

Meta