Struct gdnative::AudioStreamOGGVorbis [−][src]
pub struct AudioStreamOGGVorbis { /* fields omitted */ }core class AudioStreamOGGVorbis : AudioStream (reference counted)
Base class
AudioStreamOGGVorbis inherits AudioStream and all of its methods.
Memory management
The lifetime of this object is automatically managed through reference counting.
Methods
impl AudioStreamOGGVorbis[src]
impl AudioStreamOGGVorbispub fn as_audio_stream(&self) -> AudioStream[src]
pub fn as_audio_stream(&self) -> AudioStreamUp-cast.
pub fn new() -> Self[src]
pub fn new() -> Selfpub fn new_ref(&self) -> Self[src]
pub fn new_ref(&self) -> SelfCreates a new reference to the same object.
pub fn _set_data(&mut self, data: ByteArray)[src]
pub fn _set_data(&mut self, data: ByteArray)pub fn _get_data(&self) -> ByteArray[src]
pub fn _get_data(&self) -> ByteArraypub fn set_loop(&mut self, enable: bool)[src]
pub fn set_loop(&mut self, enable: bool)pub fn has_loop(&self) -> bool[src]
pub fn has_loop(&self) -> boolpub fn set_loop_offset(&mut self, seconds: f64)[src]
pub fn set_loop_offset(&mut self, seconds: f64)pub fn get_loop_offset(&self) -> f64[src]
pub fn get_loop_offset(&self) -> f64pub fn cast<T: GodotObject>(&self) -> Option<T>[src]
pub fn cast<T: GodotObject>(&self) -> Option<T>Methods from Deref<Target = AudioStream>
pub fn as_resource(&self) -> Resource[src]
pub fn as_resource(&self) -> ResourceUp-cast.
pub fn cast<T: GodotObject>(&self) -> Option<T>[src]
pub fn cast<T: GodotObject>(&self) -> Option<T>Trait Implementations
impl GodotObject for AudioStreamOGGVorbis[src]
impl GodotObject for AudioStreamOGGVorbisfn class_name() -> &'static str[src]
fn class_name() -> &'static strunsafe fn from_sys(obj: *mut godot_object) -> Self[src]
unsafe fn from_sys(obj: *mut godot_object) -> Selfunsafe fn to_sys(&self) -> *mut godot_object[src]
unsafe fn to_sys(&self) -> *mut godot_objectimpl Deref for AudioStreamOGGVorbis[src]
impl Deref for AudioStreamOGGVorbistype Target = AudioStream
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
fn deref(&self) -> &Self::TargetDereferences the value.
impl DerefMut for AudioStreamOGGVorbis[src]
impl DerefMut for AudioStreamOGGVorbisimpl Drop for AudioStreamOGGVorbis[src]
impl Drop for AudioStreamOGGVorbisAuto Trait Implementations
impl !Send for AudioStreamOGGVorbis
impl !Send for AudioStreamOGGVorbisimpl !Sync for AudioStreamOGGVorbis
impl !Sync for AudioStreamOGGVorbis