mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Fixed theora playback. Removed theoraplayer.
Still need to get proper audio output latency in some platforms.
This commit is contained in:
@@ -28,16 +28,12 @@
|
||||
/*************************************************************************/
|
||||
#include "video_stream.h"
|
||||
|
||||
void VideoStream::_bind_methods() {
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("get_pending_frame_count"),&VideoStream::get_pending_frame_count);
|
||||
ObjectTypeDB::bind_method(_MD("pop_frame"),&VideoStream::pop_frame);
|
||||
ObjectTypeDB::bind_method(_MD("peek_frame"),&VideoStream::peek_frame);
|
||||
ObjectTypeDB::bind_method(_MD("set_audio_track","idx"),&VideoStream::set_audio_track);
|
||||
};
|
||||
|
||||
|
||||
VideoStream::VideoStream() {
|
||||
void VideoStreamPlayback::_bind_methods() {
|
||||
|
||||
};
|
||||
|
||||
|
||||
VideoStreamPlayback::VideoStreamPlayback() {
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user