package brr

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

Module Ev.BlobSource

Blob events.

Sourcetype t

The type for BlobEvent objects.

Sourceval data : t -> Brr.Blob.t

data e is the requested data as a blob object.

Sourceval timecode : t -> float

timecode e is the difference between timestamp of the first chunk in data and the one produced by the first chunk in the first blob event produced by the recorder (that one may not be zero).