Suggestions

close search

StringeeVideoTrackOption class

Represents the options for video track.


Constructors


StringeeVideoTrackOption({required bool audio, required bool video, required bool screen, StringeeVideoDimensions? videoDimension})

Create a new StringeeVideoTrackOption.


Properties


audiobool

Whether the track has audio:

videobool

Whether the track has video:

screenbool

Whether the track is screen capture:

videoDimensionStringeeVideoDimensions?

It's dimension of video track.