Condividi tramite


VideoStreamFeatureCtor type

Rappresenta il costruttore per l'oggetto VideoStreamFeature, insieme all'argomento context.

type VideoStreamFeatureCtor<TFeature> = (
  context: VideoStreamFeatureContext
) => TFeature