public class VideoGreyFadingMediaDevice extends MediaDeviceImpl
| Modifier and Type | Field and Description |
|---|---|
static Dimension |
DEFAULT_DIMENSION
The default dimension theMediaDevice will have.
|
static int |
DEFAULT_FRAMERATE
The default framerate theMediaDevice will have.
|
| Constructor and Description |
|---|
VideoGreyFadingMediaDevice()
Initializes a new VideoGreyFadingMediaDevice with default
framerate and dimension.
|
VideoGreyFadingMediaDevice(Dimension dimension)
Initializes a new VideoGreyFadingMediaDevice with the given
dimension and the default framerate.
|
VideoGreyFadingMediaDevice(int framerate)
Initializes a new VideoGreyFadingMediaDevice with the given
framerate and the default dimension.
|
VideoGreyFadingMediaDevice(int framerate,
Dimension dimension)
Initializes a new VideoGreyFadingMediaDevice with the given
framerate and dimension.
|
createCaptureDevice, createOutputDataSource, createTracingCaptureDevice, getCaptureDeviceInfo, getCaptureDeviceInfoLocatorProtocol, getDirection, getFormat, getMediaType, getSupportedFormats, getSupportedFormats, getSupportedFormats, toStringconnect, createPlayer, createRenderer, createSession, getSupportedExtensions, getSupportedFormatspublic static final int DEFAULT_FRAMERATE
public static final Dimension DEFAULT_DIMENSION
public VideoGreyFadingMediaDevice()
public VideoGreyFadingMediaDevice(int framerate)
framerate - the framerate of the CaptureDevice behind this
MediaDevice.public VideoGreyFadingMediaDevice(Dimension dimension)
dimension - the dimension (width and height) of the
CaptureDevice behind this MediaDevice.public VideoGreyFadingMediaDevice(int framerate,
Dimension dimension)
framerate - the framerate of the CaptureDevice behind this
MediaDevice.dimension - the dimension (width and height) of the
CaptureDevice behind this MediaDevice.Copyright © 2021 jitsi.org. All rights reserved.