FFmpeg
Data Fields
voice_entry Struct Reference

Data Fields

const char * name
 
cst_voice *(* register_fn )(const char *)
 
void(* unregister_fn )(cst_voice *)
 
cst_voice * voice
 
unsigned usage_count
 

Detailed Description

Definition at line 81 of file asrc_flite.c.

Field Documentation

◆ name

const char* voice_entry::name

Definition at line 82 of file asrc_flite.c.

Referenced by convert_from_tensorflow.Operand::__str__(), and select_voice().

◆ register_fn

cst_voice*(* voice_entry::register_fn) (const char *)

Definition at line 83 of file asrc_flite.c.

Referenced by select_voice().

◆ unregister_fn

void(* voice_entry::unregister_fn) (cst_voice *)

Definition at line 84 of file asrc_flite.c.

Referenced by uninit().

◆ voice

cst_voice* voice_entry::voice

Definition at line 85 of file asrc_flite.c.

Referenced by init(), select_voice(), and uninit().

◆ usage_count

unsigned voice_entry::usage_count

Definition at line 86 of file asrc_flite.c.

Referenced by select_voice(), and uninit().


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