You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Refactor VideoPlayer and VideoStream
VideoStream: - Fix const correctenss VideoPlayer: - Remove unused member variable last_frame - Move _mix_audios function definition to source file - Fix function parameter naming to match p_ convention - Fix const correctness - Add null checking
This commit is contained in:
@@ -168,7 +168,7 @@ public:
|
||||
|
||||
//virtual int mix(int16_t* p_buffer,int p_frames)=0;
|
||||
|
||||
virtual Ref<Texture> get_texture();
|
||||
virtual Ref<Texture> get_texture() const;
|
||||
virtual void update(float p_delta);
|
||||
|
||||
virtual void set_mix_callback(AudioMixCallback p_callback, void *p_userdata);
|
||||
|
||||
Reference in New Issue
Block a user