A C D F G H I J K M N O P Q R S T U V W Y

A

AAC - Static variable in class com.smaxe.uv.media.core.AudioCodec
AAC - AAC codec (similar to MP4A codec).
AC3 - Static variable in class com.smaxe.uv.media.core.AudioCodec
AC3 - AC3 codec.
AMF - Static variable in class com.smaxe.uv.media.core.DataCodec
AMF - AMF0/3 encoded data.
AUDIO - Static variable in class com.smaxe.uv.media.core.MediaTrackInfo
AUDIO - 0 : audio track id.
AUDIO_VIDEO - Static variable in class com.smaxe.uv.media.core.MediaTrackInfo
AUDIO_VIDEO - 3 : audio/video track id.
AudioCodec - Class in com.smaxe.uv.media.core
AudioCodec - supported audio codecs enumeration.
AudioFormat - Class in com.smaxe.uv.media.core
AudioFormat - audio format.
AudioFormat(int, int) - Constructor for class com.smaxe.uv.media.core.AudioFormat
Constructor.
AudioTrackInfo - Class in com.smaxe.uv.media.core
AudioTrackInfo - audio track specific info.
AudioTrackInfo(int, int) - Constructor for class com.smaxe.uv.media.core.AudioTrackInfo
Constructor.

C

channels - Variable in class com.smaxe.uv.media.core.AudioFormat
number of channels.
channels - Variable in class com.smaxe.uv.media.core.AudioTrackInfo
number of channels.
clone(VideoFrame) - Static method in class com.smaxe.uv.media.VideoFrameFactory
Clones frame.
close() - Method in interface com.smaxe.uv.media.core.IMediaFileReader
Closes media file and releases acquired resources.
close() - Method in interface com.smaxe.uv.media.core.IMediaFileWriter
Closes media file and releases acquired resources.
codec - Variable in class com.smaxe.uv.media.core.MediaTrackInfo
track codec.
codecConfig - Variable in class com.smaxe.uv.media.core.MediaTrackInfo
track codec configuration.
com.smaxe.uv.media - package com.smaxe.uv.media
 
com.smaxe.uv.media.core - package com.smaxe.uv.media.core
 
com.smaxe.uv.media.sdk - package com.smaxe.uv.media.sdk
 
com.smaxe.uv.media.swing - package com.smaxe.uv.media.swing
 
create(String, Object...) - Method in interface com.smaxe.uv.media.sdk.IMediaPlayerModelSdk
Creates IMediaPlayerModelSdk to play url.
createSnapshotFactory(int, byte[], Object...) - Method in interface com.smaxe.uv.media.sdk.IMediaCodecSdk
Creates snapshot factory for the video stream defined by codec and codecConfig.
createVideoDecoder(int, byte[]) - Method in interface com.smaxe.uv.media.sdk.IMediaCodecSdk
Creates IVideoDecoder defined by codec and codecConfig.

D

DATA - Static variable in class com.smaxe.uv.media.core.MediaTrackInfo
DATA - 2 : data track id.
DataCodec - Class in com.smaxe.uv.media.core
DataCodec - data track codec.
decodeFrame(Object, ByteArray, IVideoDecoder.ICallback) - Method in interface com.smaxe.uv.media.core.IVideoDecoder
Decodes the frame.
depth - Variable in class com.smaxe.uv.media.core.VideoTrackInfo
frame pixel depth.
description - Variable in class com.smaxe.uv.media.swing.JVideoScreen.ImageOverlay
image description.
duration - Variable in class com.smaxe.uv.media.core.MediaTrackInfo
track duration (in milliseconds), -1 if track duration is unknown.

F

flip(boolean) - Method in class com.smaxe.uv.media.swing.JVideoScreen
Set true to flip video frame vertically.
flush() - Method in interface com.smaxe.uv.media.core.IMediaFileWriter
Flushes pending track frames.
frames - Variable in class com.smaxe.uv.media.core.MediaTrackInfo
number of track frames, -1 if number of frames is unknown.

G

generate(ByteArray) - Method in interface com.smaxe.uv.media.sdk.IMediaCodecSdk.ISnapshotFactory
Generates video snapshot.
generate(ByteArray[]) - Method in interface com.smaxe.uv.media.sdk.IMediaCodecSdk.ISnapshotFactory
Generates video snapshot for the sequence of I,P,P frames.
generateAsJpg(OutputStream, ByteArray) - Method in interface com.smaxe.uv.media.sdk.IMediaCodecSdk.ISnapshotFactory
Generates video snapshot.
generateAsJpg(OutputStream, ByteArray[]) - Method in interface com.smaxe.uv.media.sdk.IMediaCodecSdk.ISnapshotFactory
Generates video snapshot for the sequence of I,P,P frames.
getAudioTrackInfo(MediaTrackInfo) - Method in interface com.smaxe.uv.media.core.IMediaFileReader
Returns audio track info.
getAudioTrackInfo(int, byte[]) - Method in interface com.smaxe.uv.media.sdk.IMediaCodecSdk
Returns audio track info.
getCodecDescription(int) - Static method in class com.smaxe.uv.media.core.MediaTrackInfo
Returns codec description.
getContainer() - Method in interface com.smaxe.uv.media.core.IMediaFileReader
Returns media file container.
getContainer() - Method in interface com.smaxe.uv.media.core.IMediaFileWriter
Returns media file container.
getDefaultFrameSize() - Static method in class com.smaxe.uv.media.swing.JVideoScreen
Returns default frame size.
getFlipFlag() - Method in class com.smaxe.uv.media.swing.JVideoScreen
Returns 'flip' flag value (set by JVideoScreen.flip(boolean) method).
getFrameSize() - Method in class com.smaxe.uv.media.swing.JVideoScreen
Returns the frame size.
getImageOverlays() - Method in class com.smaxe.uv.media.swing.JVideoScreen
Returns overlays list.
getMediaCodecSdk() - Method in interface com.smaxe.uv.media.sdk.IMediaSdk
Returns media codec SDK.
getMediaFileContainer(File) - Method in interface com.smaxe.uv.media.sdk.IMediaFileContainerSdk
Returns MediaFileContainer type of the media file.
getMediaFileContainerSdk() - Method in interface com.smaxe.uv.media.sdk.IMediaSdk
Returns media file container SDK.
getMediaPlayerModelSdk() - Method in interface com.smaxe.uv.media.sdk.IMediaSdk
Returns media player model SDK.
getMediaSdk(Object...) - Static method in class com.smaxe.uv.media.sdk.MediaSdkFactory
Returns Media SDK.
getMirrorFlag() - Method in class com.smaxe.uv.media.swing.JVideoScreen
Returns 'mirror' flag value (set by JVideoScreen.mirror(boolean) method).
getScaleFactor() - Method in class com.smaxe.uv.media.swing.JVideoScreen
Returns video scale factor.
getTrackSamples(MediaTrackInfo, long) - Method in interface com.smaxe.uv.media.core.IMediaFileReader
Returns track samples.
getTracksInfo() - Method in interface com.smaxe.uv.media.core.IMediaFileReader
Returns tracks info.
getTrackTypeDescription(int) - Static method in class com.smaxe.uv.media.core.MediaTrackInfo
Returns track type description.
getVideoTrackInfo(MediaTrackInfo) - Method in interface com.smaxe.uv.media.core.IMediaFileReader
Returns video track info.
getVideoTrackInfo(int, byte[]) - Method in interface com.smaxe.uv.media.sdk.IMediaCodecSdk
Returns video track info.

H

H261 - Static variable in class com.smaxe.uv.media.core.VideoCodec
H261 - H.261 codec.
H262 - Static variable in class com.smaxe.uv.media.core.VideoCodec
H262 - H.262 (or MPEG2 Part 2) codec.
H263 - Static variable in class com.smaxe.uv.media.core.VideoCodec
H263 - H.263 codec.
H263_SORENSON - Static variable in class com.smaxe.uv.media.core.VideoCodec
H263_SORENSON - H.263 Sorenson codec.
H264 - Static variable in class com.smaxe.uv.media.core.VideoCodec
H264 - H.264 codec.
hashCode() - Method in class com.smaxe.uv.media.core.MediaTrackInfo
 
height - Variable in class com.smaxe.uv.media.core.VideoFrame
height.
height - Variable in class com.smaxe.uv.media.core.VideoTrackInfo
frame height.

I

id - Variable in class com.smaxe.uv.media.core.IMediaFileReader.TrackSample
Sample id.
id() - Method in interface com.smaxe.uv.media.core.IVideoDecoder
Returns codec id (one of VideoCodec constants).
id - Variable in class com.smaxe.uv.media.core.MediaTrackInfo
track id (starting with 0).
image - Variable in class com.smaxe.uv.media.swing.JVideoScreen.ImageOverlay
image.
IMediaCodecSdk - Interface in com.smaxe.uv.media.sdk
IMediaCodecSdk - Media Codec SDK.
IMediaCodecSdk.ISnapshotFactory - Interface in com.smaxe.uv.media.sdk
ISnapshotFactory - snapshot factory.
IMediaFileContainerSdk - Interface in com.smaxe.uv.media.sdk
IMediaFileContainerSdk - MediaFileContainer SDK.
IMediaFileReader - Interface in com.smaxe.uv.media.core
IMediaFileReader - media file reader interface.
IMediaFileReader.TrackSample - Class in com.smaxe.uv.media.core
TrackSample - track sample.
IMediaFileReader.TrackSample(MediaTrackInfo, int, int, long, long, boolean) - Constructor for class com.smaxe.uv.media.core.IMediaFileReader.TrackSample
Constructor.
IMediaFileWriter - Interface in com.smaxe.uv.media.core
IMediaFileWriter - media file reader writer.
IMediaPlayerModelSdk - Interface in com.smaxe.uv.media.sdk
IMediaPlayerModelSdk - Media Player models SDK.
IMediaSdk - Interface in com.smaxe.uv.media.sdk
IMediaSdk - Media SDK.
isPaused() - Method in class com.smaxe.uv.media.swing.JMediaPlayer
Checks if player is paused.
IVideoDecoder - Interface in com.smaxe.uv.media.core
IVideoDecoder - video decoder interface.
IVideoDecoder.CallbackAdapter - Class in com.smaxe.uv.media.core
CallbackAdapter - video decoder callback adapter.
IVideoDecoder.CallbackAdapter() - Constructor for class com.smaxe.uv.media.core.IVideoDecoder.CallbackAdapter
Constructor.
IVideoDecoder.ICallback - Interface in com.smaxe.uv.media.core
ICallback - video decoder callback.

J

JMediaPlayer - Class in com.smaxe.uv.media.swing
JMediaPlayer - media player.
JMediaPlayer(IMediaPlayerModel) - Constructor for class com.smaxe.uv.media.swing.JMediaPlayer
Constructor.
JMediaPlayer.IListener - Interface in com.smaxe.uv.media.swing
IListener - media player listener.
JMediaPlayer.ListenerAdapter - Class in com.smaxe.uv.media.swing
ListenerAdapter - JMediaPlayer.IListener adapter.
JMediaPlayer.ListenerAdapter() - Constructor for class com.smaxe.uv.media.swing.JMediaPlayer.ListenerAdapter
Constructor.
JVideoScreen - Class in com.smaxe.uv.media.swing
JVideoScreen - video screen.
JVideoScreen() - Constructor for class com.smaxe.uv.media.swing.JVideoScreen
Constructor.
JVideoScreen(boolean) - Constructor for class com.smaxe.uv.media.swing.JVideoScreen
Constructor.
JVideoScreen(Dimension, boolean) - Constructor for class com.smaxe.uv.media.swing.JVideoScreen
Constructor.
JVideoScreen.ImageOverlay - Class in com.smaxe.uv.media.swing
ImageOverlay - image overlay.
JVideoScreen.ImageOverlay() - Constructor for class com.smaxe.uv.media.swing.JVideoScreen.ImageOverlay
Constructor.
JVideoScreen.ImageOverlay(String, Point, BufferedImage) - Constructor for class com.smaxe.uv.media.swing.JVideoScreen.ImageOverlay
Constructor.

K

key - Variable in class com.smaxe.uv.media.core.IMediaFileReader.TrackSample
Is key sample flag.

M

MediaFileContainer - Enum in com.smaxe.uv.media.core
MediaFileContainer - media file container enumeration.
MediaSdkFactory - Class in com.smaxe.uv.media.sdk
MediaSdkFactory - IMediaSdk factory.
MediaTrackInfo - Class in com.smaxe.uv.media.core
MediaTrackInfo - media track info.
MediaTrackInfo(int, int, int, byte[], long, long, long) - Constructor for class com.smaxe.uv.media.core.MediaTrackInfo
Constructor.
MediaTrackInfo(int, int, int, byte[]) - Constructor for class com.smaxe.uv.media.core.MediaTrackInfo
Constructor.
mirror(boolean) - Method in class com.smaxe.uv.media.swing.JVideoScreen
Sets true to mirror video frame.
MP3 - Static variable in class com.smaxe.uv.media.core.AudioCodec
MP3 - MP3 codec.
MP4A - Static variable in class com.smaxe.uv.media.core.AudioCodec
MP4A - AAC codec.
MPEG1 - Static variable in class com.smaxe.uv.media.core.VideoCodec
MPEG1 - MPEG1 codec.
MPEG4 - Static variable in class com.smaxe.uv.media.core.VideoCodec
MPEG4 - MPEG4 codec.
MPGA - Static variable in class com.smaxe.uv.media.core.AudioCodec
MPGA - MPEG Audio codec
MRLE - Static variable in class com.smaxe.uv.media.core.VideoCodec
MRLE - Microsoft RLE codec.

N

NELLYMOSER_ASAO - Static variable in class com.smaxe.uv.media.core.AudioCodec
NELLYMOSER_ASAO - Nellymoser Asao codec.

O

onDecodedFrame(VideoFrame) - Method in class com.smaxe.uv.media.core.IVideoDecoder.CallbackAdapter
 
onDecodedFrame(VideoFrame) - Method in interface com.smaxe.uv.media.core.IVideoDecoder.ICallback
Notifies about decoded frame.
onDelayedFrame(Object) - Method in class com.smaxe.uv.media.core.IVideoDecoder.CallbackAdapter
 
onDelayedFrame(Object) - Method in interface com.smaxe.uv.media.core.IVideoDecoder.ICallback
Notifies about delayed frame.
onVideoFrame(VideoFrame) - Method in interface com.smaxe.uv.media.swing.JMediaPlayer.IListener
Notifies about video frame.
onVideoFrame(VideoFrame) - Method in class com.smaxe.uv.media.swing.JMediaPlayer.ListenerAdapter
 
openReader(File, Object...) - Method in interface com.smaxe.uv.media.sdk.IMediaFileContainerSdk
Opens media file.
origin - Variable in class com.smaxe.uv.media.swing.JVideoScreen.ImageOverlay
image origin (top-left corner coordinate).

P

paintComponent(Graphics) - Method in class com.smaxe.uv.media.swing.JVideoScreen
 
palette - Variable in class com.smaxe.uv.media.core.VideoTrackInfo
frame palette.
pause(boolean) - Method in class com.smaxe.uv.media.swing.JMediaPlayer
Pauses the player.
PCMA - Static variable in class com.smaxe.uv.media.core.AudioCodec
PCMAPCM a-law audio codec.
PCMU - Static variable in class com.smaxe.uv.media.core.AudioCodec
PCMU - PCM mu-law audio codec.
play() - Method in class com.smaxe.uv.media.swing.JMediaPlayer
Starts the playback.

Q

QRLE - Static variable in class com.smaxe.uv.media.core.VideoCodec
QRLE - QuickTime RLE codec.

R

rate - Variable in class com.smaxe.uv.media.core.AudioTrackInfo
sample rate.
readTrackSample(IMediaFileReader.TrackSample, byte[], int) - Method in interface com.smaxe.uv.media.core.IMediaFileReader
Reads sample from the media file.
release() - Method in interface com.smaxe.uv.media.core.IVideoDecoder
Release resources acquired by decoder.
render(Graphics, int, int) - Method in class com.smaxe.uv.media.swing.JVideoScreen
 
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).
rtime - Variable in class com.smaxe.uv.media.core.IMediaFileReader.TrackSample
Sample time, relative to the previous (in milliseconds)

S

sampleRate - Variable in class com.smaxe.uv.media.core.AudioFormat
sample rate.
save(File, String, VideoFrame) - Static method in class com.smaxe.uv.media.VideoFrameFactory
Saves frame to the file.
saveAsJpg(File, VideoFrame) - Static method in class com.smaxe.uv.media.VideoFrameFactory
Saves frame to the JPG file.
saveAsPng(File, VideoFrame) - Static method in class com.smaxe.uv.media.VideoFrameFactory
Saves frame to the PNG file.
scale(double) - Method in class com.smaxe.uv.media.swing.JVideoScreen
Sets video scale factor.
SCREEN_VIDEO_1 - Static variable in class com.smaxe.uv.media.core.VideoCodec
SCREEN_VIDEO_1 - Flash Screen Video I codec.
SCREEN_VIDEO_2 - Static variable in class com.smaxe.uv.media.core.VideoCodec
SCREEN_VIDEO_2 - Flash Screen Video II codec.
setFrame(VideoFrame) - Method in class com.smaxe.uv.media.swing.JVideoScreen
Sets the frame to be rendered.
setFrameColorModel(ColorModel) - Method in class com.smaxe.uv.media.swing.JVideoScreen
Sets colorModel to be used for video frame rendering.
setFrameCropOffset(Insets) - Method in class com.smaxe.uv.media.swing.JVideoScreen
Sets frame crop offset.
setFrameSize(int, int) - Method in class com.smaxe.uv.media.swing.JVideoScreen
Sets frame size.
setImage(Image) - Method in class com.smaxe.uv.media.swing.JVideoScreen
Sets still image to be shown.
setLicenseKey(String) - Static method in class com.smaxe.uv.media.sdk.MediaSdkFactory
Sets license key.
setListener(JMediaPlayer.IListener) - Method in class com.smaxe.uv.media.swing.JMediaPlayer
Sets listener.
setSourceDataLine(SourceDataLine) - Method in class com.smaxe.uv.media.swing.JMediaPlayer
Sets source data line.
setVideoScreen(JVideoScreen) - Method in class com.smaxe.uv.media.swing.JMediaPlayer
Sets video screen.
setVisible(boolean) - Method in class com.smaxe.uv.media.swing.JVideoScreen
 
size - Variable in class com.smaxe.uv.media.core.IMediaFileReader.TrackSample
Sample size.
SPEEX - Static variable in class com.smaxe.uv.media.core.AudioCodec
SPEEX - Speex codex.
start - Variable in class com.smaxe.uv.media.core.MediaTrackInfo
track start time (in milliseconds).
stop() - Method in class com.smaxe.uv.media.swing.JMediaPlayer
Stops the playback.

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.IMediaFileReader.TrackSample
Sample timestamp, relative to the track start time (in milliseconds).
timestamp - Variable in class com.smaxe.uv.media.core.VideoFrame
timestamp.
toBufferedImage(VideoFrame) - Static method in class com.smaxe.uv.media.VideoFrameFactory
Converts frame to the BufferedImage.
toString() - Method in class com.smaxe.uv.media.core.AudioFormat
 
toString() - Method in class com.smaxe.uv.media.core.IMediaFileReader.TrackSample
 
toString() - Method in class com.smaxe.uv.media.core.MediaTrackInfo
 
toString() - Method in class com.smaxe.uv.media.core.VideoFrame
 
toString() - Method in class com.smaxe.uv.media.core.VideoTrackInfo
 
toString() - Method in class com.smaxe.uv.media.swing.JVideoScreen.ImageOverlay
 
toVideoFrame(BufferedImage) - Static method in class com.smaxe.uv.media.VideoFrameFactory
Converts image to the frame.
track - Variable in class com.smaxe.uv.media.core.IMediaFileReader.TrackSample
Track info.
TSCC - Static variable in class com.smaxe.uv.media.core.VideoCodec
TSCC - TechSmith Screen Capture Codec.
type - Variable in class com.smaxe.uv.media.core.MediaTrackInfo
track type (one of AUDIO/VIDEO/DATA constants).

U

UNKNOWN - Static variable in class com.smaxe.uv.media.core.AudioCodec
UNKNOWN - unknown codec.
UNKNOWN - Static variable in class com.smaxe.uv.media.core.VideoCodec
UNKNOWN - unknown codec.
update(Graphics) - Method in class com.smaxe.uv.media.swing.JVideoScreen
 

V

valueOf(String) - Static method in enum com.smaxe.uv.media.core.MediaFileContainer
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.smaxe.uv.media.core.MediaFileContainer
Returns an array containing the constants of this enum type, in the order they are declared.
VIDEO - Static variable in class com.smaxe.uv.media.core.MediaTrackInfo
VIDEO - 1 : video track id.
VideoCodec - Class in com.smaxe.uv.media.core
VideoCodec - supported video codecs enumerations.
VideoFrame - Class in com.smaxe.uv.media.core
VideoFrame - video frame.
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(long, int, int, int[]) - Constructor for class com.smaxe.uv.media.core.VideoFrame
Constructor.
VideoFrame(long, VideoFrame) - Constructor for class com.smaxe.uv.media.core.VideoFrame
Constructor.
VideoFrame(com.smaxe.video.VideoFrame) - Constructor for class com.smaxe.uv.media.core.VideoFrame
Constructor.
VideoFrameFactory - Class in com.smaxe.uv.media
VideoFrameFactory - VideoFrame factory.
VideoTrackInfo - Class in com.smaxe.uv.media.core
VideoTrackInfo - video track specific info.
VideoTrackInfo(int, int) - Constructor for class com.smaxe.uv.media.core.VideoTrackInfo
Constructor.
VideoTrackInfo(int, int, int, int[]) - Constructor for class com.smaxe.uv.media.core.VideoTrackInfo
Constructor.
VP8 - Static variable in class com.smaxe.uv.media.core.VideoCodec
VP8 - VP8.

W

width - Variable in class com.smaxe.uv.media.core.VideoFrame
width.
width - Variable in class com.smaxe.uv.media.core.VideoTrackInfo
frame width.
write(OutputStream, String, VideoFrame) - Static method in class com.smaxe.uv.media.VideoFrameFactory
Writes frame to the os.
writeTrackSample(MediaTrackInfo, long, ByteArray) - Method in interface com.smaxe.uv.media.core.IMediaFileWriter
Notifies about a new track data frame.

Y

YCBCR - Static variable in class com.smaxe.uv.media.core.VideoCodec
YCBCR - YCbCr codec.

A C D F G H I J K M N O P Q R S T U V W Y