Node.Media_stream_source
Media stream source nodes.
The type for MediaStreamAudioSourceOptions
.
val opts : stream:Brr_io.Media.Stream.t -> unit -> opts
opts ~stream ()
are media stream source node options with given parameters.
The type for MediaStreamAudioSourceNode
objects.
val media_stream : t -> Brr_io.Media.Stream.t
media_stream n
is the media stream of n
.