Suggestions

close search

StringeeVideoTrack.Options

public class Options



Represents a video track options.



Summary


Public Constructors
Options()

Construct a new Options

Public methods
boolean audioEnabled()

Check whether the video track audio is enable.

void audio(boolean audio)

Set audio enable or not.

boolean videoEnabled()

Check whether the video track video is enable.

void video(boolean video)

Set video enable or not.

boolean isScreenCapture()

Check whether the video track is screen capture.

void screen(boolean screen)

Set video track is screen capture or not.

VideoDimensions getVideoDimensions()

Return video dimensions.

void videoDimensions(VideoDimensions videoDimensions)

Set video dimensions of video track.


Public constructors


Options

Options()

Construct a new Options.



Public methods


audioEnabled

boolean audioEnabled()

Check whether the video track audio is enable.



audio

void audio(boolean audio)

Set audio enable or not.

Parameters
audio

True is enable, false is disable.



videoEnabled

boolean videoEnabled()

Check whether the video track video is enable.



video

void video(boolean video)

Set video enable or not.

Parameters
video

True is enable, false is disable.



isScreenCapture

boolean isScreenCapture()

Check whether the video track audio is screen capture.



screen

void screen(boolean screen)

Set video track is screen capture or not.

Parameters
audio

True is screen capture, false is not screen capture.



getVideoDimensions

VideoDimensions getVideoDimensions()

Return video dimensions.



videoDimensions

void videoDimensions(VideoDimensions videoDimensions)

Set video dimensions of video track.

Parameters
videoDimensions

The VideoDimensions instance.