Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
App sources.
val push_buffer_bytes :
t ->
?presentation_time:Stdlib.Int64.t ->
?duration:Stdlib.Int64.t ->
bytes ->
int ->
int ->
unit
Push a buffer in bytes format.
val push_buffer_data :
t ->
?presentation_time:Stdlib.Int64.t ->
?duration:Stdlib.Int64.t ->
data ->
int ->
int ->
unit
Push a buffer in data format.
val on_need_data : t -> (int -> unit) -> unit
Register a callback that will be called when data need to be fed into the source (the argument is the number of bytes needed by the source).
val end_of_stream : t -> unit
Emit an end of stream signal.