Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Elements.
val set_property_string : t -> string -> string -> unit
val set_property_int : t -> string -> string -> unit
val set_property_bool : t -> string -> string -> unit
State of an element.
val string_of_state : state -> string
String representation of a state.
Return value for state change.
val set_state : t -> state -> state_change
val get_state : t -> state_change * state * state
Current state of an element: return value, current state and pending state.
val link_many : t list -> unit
Sequentially link a list of element.
val seek_simple :
t ->
Format.t ->
Event.seek_flag list ->
Stdlib.Int64.t ->
unit
Seek to a given position relative to the start of the stream.