package gstreamer

  1. Overview
  2. Docs
type t
val of_element : Element.t -> t
val pull_buffer_data : t -> data
val pull_buffer_string : t -> string
val emit_signals : t -> unit
val is_eos : t -> bool
val on_new_sample : t -> (unit -> unit) -> unit
val set_max_buffers : t -> int -> unit