kind:Frame.content_kind ->
?replay_meta:bool ->
bool ->
Switch.track_mode ->
(int * Switch.child) list ->
object
  val mutable activation : Source.source list
  val mutable cached_selected : Switch.child option option
  val children : (int * Switch.child) list
  val mutable need_eot : bool
  val mutable ns_kind : string
  val mutable pos : int
  val mutable selected : (Switch.child * Source.source) option
  val mutable to_finish : Source.source list
  method abort_track : unit
  method advance : unit
  method after_output : unit
  method private cached_select : Switch.child option
  method clock : Clock.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 : Frame.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 select : Switch.child option
  method private set_clock : unit
  method set_id : ?definitive:bool -> string -> unit
  method private sleep : unit
  method stype : Source.source_t
  method private wake_up : Source.source list -> unit
end