package ocgtk

  1. Overview
  2. Docs
OCaml bindings for GTK 4

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054

doc/ocgtk.gtk/Ocgtk_gtk/Gtk/Media_stream/class-media_stream/index.html

Class Media_stream.media_stream

inherit Ocgtk_gdk.Gdk.Paintable.paintable_t
method gerror : GError.t -> unit
method get_duration : unit -> int64
method get_ended : unit -> bool
method get_error : unit -> GError.t option
method get_loop : unit -> bool
method get_muted : unit -> bool
method get_playing : unit -> bool
method get_timestamp : unit -> int64
method get_volume : unit -> float
method has_audio : unit -> bool
method has_video : unit -> bool
method is_prepared : unit -> bool
method is_seekable : unit -> bool
method is_seeking : unit -> bool
method pause : unit -> unit
method play : unit -> unit
method realize : Ocgtk_gdk.Gdk.Surface.surface_t -> unit
method seek : int64 -> unit
method seek_failed : unit -> unit
method seek_success : unit -> unit
method set_loop : bool -> unit
method set_muted : bool -> unit
method set_playing : bool -> unit
method set_volume : float -> unit
method stream_ended : unit -> unit
method stream_prepared : bool -> bool -> bool -> int64 -> unit
method stream_unprepared : unit -> unit
method unrealize : Ocgtk_gdk.Gdk.Surface.surface_t -> unit
method update : int64 -> unit
method prepared : bool
method set_prepared : bool -> unit
method seekable : bool
method seeking : bool
method as_media_stream : Ocgtk_gtk__.Media_stream.t