Fixed theora playback. Removed theoraplayer.
Still need to get proper audio output latency in some platforms.
This commit is contained in:
parent
ce6fefced8
commit
c858515785
128 changed files with 562 additions and 55907 deletions
|
|
@ -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() {
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue