MovieWriter
Inherits: Object
There is currently no description for this class. Please help us by contributing one!
Methods
_get_audio_mix_rate ( ) virtual const |
|
_get_audio_speaker_mode ( ) virtual const |
|
_handles_file ( String path ) virtual const |
|
_write_begin ( Vector2i movie_size, int fps, String base_path ) virtual |
|
void |
_write_end ( ) virtual |
_write_frame ( Image frame_image, const void* audio_frame_block ) virtual |
|
void |
add_writer ( MovieWriter writer ) static |
Method Descriptions
int _get_audio_mix_rate ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
SpeakerMode _get_audio_speaker_mode ( ) virtual const
There is currently no description for this method. Please help us by contributing one!
bool _handles_file ( String path ) virtual const
There is currently no description for this method. Please help us by contributing one!
Error _write_begin ( Vector2i movie_size, int fps, String base_path ) virtual
There is currently no description for this method. Please help us by contributing one!
void _write_end ( ) virtual
There is currently no description for this method. Please help us by contributing one!
Error _write_frame ( Image frame_image, const void* audio_frame_block ) virtual
There is currently no description for this method. Please help us by contributing one!
void add_writer ( MovieWriter writer ) static
There is currently no description for this method. Please help us by contributing one!