次の方法で共有


VideoStreamFeatureCtor type

VideoStreamFeature オブジェクトのコンストラクターと context 引数を表します。

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