VideoPlayer._classBinding

Undocumented in source.
struct VideoPlayer
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

getAudioTrack
GodotMethod!(long) getAudioTrack;
Undocumented in source.
getBufferingMsec
GodotMethod!(long) getBufferingMsec;
Undocumented in source.
getBus
GodotMethod!(String) getBus;
Undocumented in source.
getStream
GodotMethod!(VideoStream) getStream;
Undocumented in source.
getStreamName
GodotMethod!(String) getStreamName;
Undocumented in source.
getStreamPosition
GodotMethod!(double) getStreamPosition;
Undocumented in source.
getVideoTexture
GodotMethod!(Texture) getVideoTexture;
Undocumented in source.
getVolume
GodotMethod!(double) getVolume;
Undocumented in source.
getVolumeDb
GodotMethod!(double) getVolumeDb;
Undocumented in source.
hasAutoplay
GodotMethod!(bool) hasAutoplay;
Undocumented in source.
hasExpand
GodotMethod!(bool) hasExpand;
Undocumented in source.
isPaused
GodotMethod!(bool) isPaused;
Undocumented in source.
isPlaying
GodotMethod!(bool) isPlaying;
Undocumented in source.
play
GodotMethod!(void) play;
Undocumented in source.
setAudioTrack
GodotMethod!(void, long) setAudioTrack;
Undocumented in source.
setAutoplay
GodotMethod!(void, bool) setAutoplay;
Undocumented in source.
setBufferingMsec
GodotMethod!(void, long) setBufferingMsec;
Undocumented in source.
setBus
GodotMethod!(void, String) setBus;
Undocumented in source.
setExpand
GodotMethod!(void, bool) setExpand;
Undocumented in source.
setPaused
GodotMethod!(void, bool) setPaused;
Undocumented in source.
setStream
GodotMethod!(void, VideoStream) setStream;
Undocumented in source.
setStreamPosition
GodotMethod!(void, double) setStreamPosition;
Undocumented in source.
setVolume
GodotMethod!(void, double) setVolume;
Undocumented in source.
setVolumeDb
GodotMethod!(void, double) setVolumeDb;
Undocumented in source.
stop
GodotMethod!(void) stop;
Undocumented in source.

Meta