Module Gstreamer.App_sink


module App_sink: sig .. end

type t 
val of_element : Gstreamer.Element.t -> t
val pull_buffer : t ->
(int, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t
Raises Failure if the stream is stopped or on EOS.
val pull_buffer_string : t -> string
Same as pull_buffer but returns the buffer as a string.