C D E F G H I J L M O P R S T U V W X Y 

C

capture() - Method in interface com.smaxe.uv.na.webcam.IWebcam
Captures single frame.
capture() - Method in class com.smaxe.uv.na.webcam.ScreenWebcam
 
clone(VideoFrame) - Static method in class com.smaxe.uv.media.java.video.VideoFrameFactory
Clones frame.
close() - Method in interface com.smaxe.uv.na.webcam.IWebcam
Closes webcam.
close() - Method in class com.smaxe.uv.na.webcam.ScreenWebcam
 
com.smaxe.uv.media.core - package com.smaxe.uv.media.core
 
com.smaxe.uv.media.java.swing - package com.smaxe.uv.media.java.swing
 
com.smaxe.uv.media.java.video - package com.smaxe.uv.media.java.video
 
com.smaxe.uv.na - package com.smaxe.uv.na
 
com.smaxe.uv.na.webcam - package com.smaxe.uv.na.webcam
 
copyJitsiLibraryToFile(File) - Static method in class com.smaxe.uv.na.WebcamFactory
Copies jitsi native library (Windows 32bit or 64bit version) to the file.
createRectangleByFormat(IWebcam.FrameFormat) - Static method in class com.smaxe.uv.na.webcam.ScreenWebcam
Creates Rectangle equivalent to the format.

D

description - Variable in class com.smaxe.uv.media.java.swing.JVideoScreen.AnimationOverlay
animation description.
description - Variable in class com.smaxe.uv.media.java.swing.JVideoScreen.ImageOverlay
image description.

E

equals(Object) - Method in class com.smaxe.uv.na.webcam.IWebcam.FrameFormat
 

F

flip(boolean) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Set true to flip video frame vertically.
format - Variable in class com.smaxe.uv.na.webcam.IWebcam.FrameFormat
frame pixel format (OS-specific id).
frame(long) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen.AnimationOverlay
Returns the frame to display.

G

getAnimationOverlays() - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Returns animation list.
getAutoScaleOnResize() - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Returns auto scale flag.
getDefaultFrameSize() - Static method in class com.smaxe.uv.media.java.swing.JVideoScreen
Returns default frame size.
getFlipFlag() - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Returns 'flip' flag value (set by JVideoScreen.flip(boolean) method).
getFormats(Object...) - Method in interface com.smaxe.uv.na.webcam.IWebcam
Returns supported formats.
getFormats(Object...) - Method in class com.smaxe.uv.na.webcam.ScreenWebcam
 
getFrameSize() - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Returns the frame size.
getId() - Method in interface com.smaxe.uv.na.webcam.IWebcam
Returns device id.
getId() - Method in class com.smaxe.uv.na.webcam.ScreenWebcam
 
getImageOverlays() - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Returns overlays list.
getMirrorFlag() - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Returns 'mirror' flag value (set by JVideoScreen.mirror(boolean) method).
getName() - Method in interface com.smaxe.uv.na.webcam.IWebcam
Returns device name.
getName() - Method in class com.smaxe.uv.na.webcam.ScreenWebcam
 
getScaleFactor() - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Returns video scale factor.
getWebcams(Object...) - Static method in class com.smaxe.uv.na.WebcamFactory
Returns available webcams.

H

hashCode() - Method in class com.smaxe.uv.na.webcam.IWebcam.FrameFormat
 
height - Variable in class com.smaxe.uv.media.core.VideoFrame
frame height.
height - Variable in class com.smaxe.uv.na.webcam.IWebcam.FrameFormat
frame height.

I

image - Variable in class com.smaxe.uv.media.java.swing.JVideoScreen.ImageOverlay
image.
isOpen() - Method in interface com.smaxe.uv.na.webcam.IWebcam
Checks if webcam is open in the current application.
isOpen() - Method in class com.smaxe.uv.na.webcam.ScreenWebcam
 
IWebcam - Interface in com.smaxe.uv.na.webcam
IWebcam - webcam interface.
IWebcam.FrameFormat - Class in com.smaxe.uv.na.webcam
FrameFormat - frame format.
IWebcam.FrameFormat(int, int, long) - Constructor for class com.smaxe.uv.na.webcam.IWebcam.FrameFormat
Constructor.
IWebcam.FrameFormat(int, int) - Constructor for class com.smaxe.uv.na.webcam.IWebcam.FrameFormat
Constructor.
IWebcam.IListener - Interface in com.smaxe.uv.na.webcam
IListener - webcam listener.

J

JVideoScreen - Class in com.smaxe.uv.media.java.swing
JVideoScreen - video screen.
JVideoScreen() - Constructor for class com.smaxe.uv.media.java.swing.JVideoScreen
Constructor.
JVideoScreen(Dimension) - Constructor for class com.smaxe.uv.media.java.swing.JVideoScreen
Constructor.
JVideoScreen.AnimationOverlay - Class in com.smaxe.uv.media.java.swing
AnimationOverlay - animation overlay.
JVideoScreen.AnimationOverlay(String, Point, int, BufferedImage[]) - Constructor for class com.smaxe.uv.media.java.swing.JVideoScreen.AnimationOverlay
Constructor.
JVideoScreen.ImageOverlay - Class in com.smaxe.uv.media.java.swing
ImageOverlay - static image overlay.
JVideoScreen.ImageOverlay(String, Point, BufferedImage) - Constructor for class com.smaxe.uv.media.java.swing.JVideoScreen.ImageOverlay
Constructor.

L

load(File) - Static method in class com.smaxe.uv.media.java.video.VideoFrameFactory
Loads frame from the file.

M

mirror(boolean) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Sets true to mirror video frame.

O

onVideoFrame(VideoFrame) - Method in interface com.smaxe.uv.na.webcam.IWebcam.IListener
Notifies about a new video frame.
open(IWebcam.FrameFormat, IWebcam.IListener) - Method in interface com.smaxe.uv.na.webcam.IWebcam
Opens webcam using format.
open(IWebcam.FrameFormat, IWebcam.IListener) - Method in class com.smaxe.uv.na.webcam.ScreenWebcam
 
origin - Variable in class com.smaxe.uv.media.java.swing.JVideoScreen.AnimationOverlay
animation origin (top-left corner coordinate).
origin - Variable in class com.smaxe.uv.media.java.swing.JVideoScreen.ImageOverlay
image origin (top-left corner coordinate).

P

paintComponent(Graphics) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
 

R

reset(long) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen.AnimationOverlay
Resets animation state.
rgb - Variable in class com.smaxe.uv.media.core.VideoFrame
RGB data (array size is width * height) in the ARGB-int format (A-highest byte, B - lowest byte).

S

save(File, String, VideoFrame) - Static method in class com.smaxe.uv.media.java.video.VideoFrameFactory
Saves frame to the file.
saveAsJpg(File, VideoFrame) - Static method in class com.smaxe.uv.media.java.video.VideoFrameFactory
Saves frame to the JPG file.
saveAsPng(File, VideoFrame) - Static method in class com.smaxe.uv.media.java.video.VideoFrameFactory
Saves frame to the PNG file.
scale(double) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Sets video scale factor.
ScreenWebcam - Class in com.smaxe.uv.na.webcam
ScreenWebcam - IWebcam implementation based on screen capture.
ScreenWebcam(String, GraphicsDevice) - Constructor for class com.smaxe.uv.na.webcam.ScreenWebcam
Constructor.
ScreenWebcam.ScreenFrameFormat - Class in com.smaxe.uv.na.webcam
ScreenFrameFormat
ScreenWebcam.ScreenFrameFormat(int, int, int, int, long) - Constructor for class com.smaxe.uv.na.webcam.ScreenWebcam.ScreenFrameFormat
Constructor.
setAutoScaleOnResize(boolean) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Set true to scale the frame on component resize; otherwise false.
setBounds(int, int, int, int) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
 
setFrame(VideoFrame) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Sets the frame to be rendered.
setFrameColorModel(ColorModel) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Sets colorModel to be used for video frame rendering.
setFrameCropOffset(Insets) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Sets frame crop offset.
setFrameFormat(IWebcam.FrameFormat) - Method in interface com.smaxe.uv.na.webcam.IWebcam
Sets capture frame format.
setFrameFormat(IWebcam.FrameFormat) - Method in class com.smaxe.uv.na.webcam.ScreenWebcam
 
setFrameRate(float) - Method in interface com.smaxe.uv.na.webcam.IWebcam
Sets capture frame rate (in frames per second).
setFrameRate(float) - Method in class com.smaxe.uv.na.webcam.ScreenWebcam
 
setFrameSize(int, int) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Sets frame size.
setImage(Image) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Sets still image to be shown.
setLicenseKey(String) - Static method in class com.smaxe.uv.na.WebcamFactory
Sets license key.
setSubtitle(String) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Sets subtitle.
setSubtitle(String[]) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Sets subtitle.
setSubtitleAlignment(int) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Sets subtitle alignment.
setSubtitleColor(Color) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Sets subtitle color.
setSubtitleFont(Font) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
Sets subtitle font.
setVisible(boolean) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
 
startCapture() - Method in interface com.smaxe.uv.na.webcam.IWebcam
Starts capture.
startCapture() - Method in class com.smaxe.uv.na.webcam.ScreenWebcam
 
stopCapture() - Method in interface com.smaxe.uv.na.webcam.IWebcam
Stops capture.
stopCapture() - Method in class com.smaxe.uv.na.webcam.ScreenWebcam
 

T

tag - Variable in class com.smaxe.uv.media.core.VideoFrame
tag associated with the video frame.
timestamp - Variable in class com.smaxe.uv.media.core.VideoFrame
frame timestamp.
toBufferedImage(VideoFrame) - Static method in class com.smaxe.uv.media.java.video.VideoFrameFactory
Converts frame to the BufferedImage.
toString() - Method in class com.smaxe.uv.media.core.VideoFrame
 
toString() - Method in class com.smaxe.uv.media.java.swing.JVideoScreen.ImageOverlay
 
toString() - Method in class com.smaxe.uv.na.webcam.IWebcam.FrameFormat
 
toString() - Method in class com.smaxe.uv.na.webcam.ScreenWebcam
 
toVideoFrame(BufferedImage) - Static method in class com.smaxe.uv.media.java.video.VideoFrameFactory
Converts image to the frame.

U

update(Graphics) - Method in class com.smaxe.uv.media.java.swing.JVideoScreen
 

V

VideoFrame - Class in com.smaxe.uv.media.core
VideoFrame - video frame.
VideoFrame(long, VideoFrame) - Constructor for class com.smaxe.uv.media.core.VideoFrame
Constructor.
VideoFrame(long, int, int, int[]) - Constructor for class com.smaxe.uv.media.core.VideoFrame
Constructor.
VideoFrame(long, int, int, int[], Object) - Constructor for class com.smaxe.uv.media.core.VideoFrame
Constructor.
VideoFrame(int, int) - Constructor for class com.smaxe.uv.media.core.VideoFrame
Constructor.
VideoFrame(int, int, int[]) - Constructor for class com.smaxe.uv.media.core.VideoFrame
Constructor.
VideoFrame(int, int, int[], Object) - Constructor for class com.smaxe.uv.media.core.VideoFrame
Constructor.
VideoFrameFactory - Class in com.smaxe.uv.media.java.video
VideoFrameFactory - VideoFrame factory.

W

WebcamFactory - Class in com.smaxe.uv.na
WebcamFactory - IWebcam factory.
width - Variable in class com.smaxe.uv.media.core.VideoFrame
frame width.
width - Variable in class com.smaxe.uv.na.webcam.IWebcam.FrameFormat
frame width.
write(OutputStream, String, VideoFrame) - Static method in class com.smaxe.uv.media.java.video.VideoFrameFactory
Writes frame to the os.

X

x - Variable in class com.smaxe.uv.na.webcam.ScreenWebcam.ScreenFrameFormat
origin x-coordinate.

Y

y - Variable in class com.smaxe.uv.na.webcam.ScreenWebcam.ScreenFrameFormat
origin y-coordinate.
C D E F G H I J L M O P R S T U V W X Y