#include "video_stream_player.h"
#include "core/os/os.h"
#include "servers/audio_server.h"
int VideoStreamPlayer::sp_get_channel_count() const { … }
bool VideoStreamPlayer::mix(AudioFrame *p_buffer, int p_frames) { … }
int VideoStreamPlayer::_audio_mix_callback(void *p_udata, const float *p_data, int p_frames) { … }
void VideoStreamPlayer::_mix_audios(void *p_self) { … }
void VideoStreamPlayer::_mix_audio() { … }
void VideoStreamPlayer::_notification(int p_notification) { … }
Size2 VideoStreamPlayer::get_minimum_size() const { … }
void VideoStreamPlayer::set_expand(bool p_expand) { … }
bool VideoStreamPlayer::has_expand() const { … }
void VideoStreamPlayer::set_loop(bool p_loop) { … }
bool VideoStreamPlayer::has_loop() const { … }
void VideoStreamPlayer::set_stream(const Ref<VideoStream> &p_stream) { … }
Ref<VideoStream> VideoStreamPlayer::get_stream() const { … }
void VideoStreamPlayer::play() { … }
void VideoStreamPlayer::stop() { … }
bool VideoStreamPlayer::is_playing() const { … }
void VideoStreamPlayer::set_paused(bool p_paused) { … }
bool VideoStreamPlayer::is_paused() const { … }
void VideoStreamPlayer::set_buffering_msec(int p_msec) { … }
int VideoStreamPlayer::get_buffering_msec() const { … }
void VideoStreamPlayer::set_audio_track(int p_track) { … }
int VideoStreamPlayer::get_audio_track() const { … }
void VideoStreamPlayer::set_volume(float p_vol) { … }
float VideoStreamPlayer::get_volume() const { … }
void VideoStreamPlayer::set_volume_db(float p_db) { … }
float VideoStreamPlayer::get_volume_db() const { … }
String VideoStreamPlayer::get_stream_name() const { … }
double VideoStreamPlayer::get_stream_length() const { … }
double VideoStreamPlayer::get_stream_position() const { … }
void VideoStreamPlayer::set_stream_position(double p_position) { … }
Ref<Texture2D> VideoStreamPlayer::get_video_texture() const { … }
void VideoStreamPlayer::set_autoplay(bool p_enable) { … }
bool VideoStreamPlayer::has_autoplay() const { … }
void VideoStreamPlayer::set_bus(const StringName &p_bus) { … }
StringName VideoStreamPlayer::get_bus() const { … }
void VideoStreamPlayer::_validate_property(PropertyInfo &p_property) const { … }
void VideoStreamPlayer::_bind_methods() { … }
VideoStreamPlayer::VideoStreamPlayer() { … }
VideoStreamPlayer::~VideoStreamPlayer() { … }