package brr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Node.Media_stream_destinationSource

Media stream destination nodes.

Sourceval opts : ?channel_count:int -> ?channel_count_mode:Channel_count_mode.t -> ?channel_interpretation:Channel_interpretation.t -> unit -> opts

opts () are media stream destination options with given parameters.

Sourcetype t

The type for MediaStreamDestinationNode objects.

Sourceval create : ?opts:opts -> context -> t

create ~opts c creates a media stream destination node.

Sourceval as_node : t -> node

as_node n is n as an audio node.

stream n is the stream of n.

OCaml

Innovation. Community. Security.