VideoStreamFeatureFactory interface
Represents the factory of video stream features
- Extends
Properties
video |
The constructor that returns an instance of the video stream feature implementation. |
Property Details
videoStreamApiCtor
The constructor that returns an instance of the video stream feature implementation.
videoStreamApiCtor: VideoStreamFeatureCtor<TFeature>
Property Value
VideoStreamFeatureCtor<TFeature>