Class VideoStreamPlayback.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class VideoStreamPlayback.MethodName : Resource.MethodName
- Inheritance
-
VideoStreamPlayback.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
MixAudio
Cached name for the 'mix_audio' method.
public static readonly StringName MixAudio
Field Value
_GetChannels
Cached name for the '_get_channels' method.
public static readonly StringName _GetChannels
Field Value
_GetLength
Cached name for the '_get_length' method.
public static readonly StringName _GetLength
Field Value
_GetMixRate
Cached name for the '_get_mix_rate' method.
public static readonly StringName _GetMixRate
Field Value
_GetPlaybackPosition
Cached name for the '_get_playback_position' method.
public static readonly StringName _GetPlaybackPosition
Field Value
_GetTexture
Cached name for the '_get_texture' method.
public static readonly StringName _GetTexture
Field Value
_IsPaused
Cached name for the '_is_paused' method.
public static readonly StringName _IsPaused
Field Value
_IsPlaying
Cached name for the '_is_playing' method.
public static readonly StringName _IsPlaying
Field Value
_Play
Cached name for the '_play' method.
public static readonly StringName _Play
Field Value
_Seek
Cached name for the '_seek' method.
public static readonly StringName _Seek
Field Value
_SetAudioTrack
Cached name for the '_set_audio_track' method.
public static readonly StringName _SetAudioTrack
Field Value
_SetPaused
Cached name for the '_set_paused' method.
public static readonly StringName _SetPaused
Field Value
_Stop
Cached name for the '_stop' method.
public static readonly StringName _Stop
Field Value
_Update
Cached name for the '_update' method.
public static readonly StringName _Update