Ags.Seekable¶
- Implementations:
 None
Methods¶
  | 
Virtual Methods¶
  | 
Properties¶
None
Signals¶
Name  | 
Short Description  | 
|---|---|
The   | 
Fields¶
None
Class Details¶
- class Ags.Seekable¶
 - Bases:
 - Structure:
 
- seek(offset, whence)¶
 - Parameters:
 offset (
int) – the offsetwhence (
int) – the direction, seeAgs.SeekType-enum
Seek.
New in version 3.0.0.
- do_seek(offset, whence) virtual¶
 - Parameters:
 offset (
int) – the offsetwhence (
int) – the direction, seeAgs.SeekType-enum
Seek.
New in version 3.0.0.
Signal Details¶
- Ags.Seekable.signals.seek(seekable, offset, whence)¶
 - Signal Name:
 seek- Flags:
 - Parameters:
 seekable (
Ags.Seekable) – The object which received the signaloffset (
int) – the offsetwhence (
int) – the direction, seeAgs.SeekType-enum
The
::seeksignal notifies about changed position of sequencer.New in version 3.0.0.