?name:string ->
seek:bool ->
Frame.content_kind ->
float ->
object
val mutable must_fail : bool
val mutable ns_kind : string
val mutable remaining : int option
method abort_track : unit
method advance : unit
method after_output : unit
method clock : Source.clock_variable
method private create_request :
?metadata:(string * string) list ->
?persistent:bool ->
?indicators:Request.indicator list -> string -> Request.t
method get : Frame.t -> unit
method private get_frame : VFrame.t -> unit
method get_ready : ?dynamic:bool -> Source.source list -> unit
method id : string
method is_output : bool
method is_ready : bool
method kind : Frame.content_kind
method leave : ?dynamic:bool -> Source.source -> unit
method private log : Dtools.Log.t
method on_shutdown : (unit -> unit) -> unit
method register_command :
descr:string -> ?usage:string -> string -> (string -> string) -> unit
method remaining : int
method seek : int -> int
method private set_clock : unit
method set_id : ?definitive:bool -> string -> unit
method private sleep : unit
method stype : Source.source_t
method private virtual synthesize : VFrame.t -> int -> int -> unit
method private wake_up : Source.source list -> unit
end