Serialized Form


Package mediaframe.mpeg1

Class mediaframe.mpeg1.MPEG1 implements Serializable

Serialized Fields

h

int h
The height in MPEG stream.


w

int w
The width in MPEG stream.


o_h

int o_h
The original height in MPEG stream.


o_w

int o_w
The original width in MPEG stream.


firstAppletLoop

boolean firstAppletLoop
True if the applet starts playback.


filename

java.lang.String filename
The name of the video file.


video_length

int video_length
The length of the video file.


last_P_or_I

int last_P_or_I
Last P or I frame.


cm

java.awt.image.DirectColorModel cm
The RGB color model for the movie screen.


Frame_nr

int Frame_nr
The last frame in "EL_ARR[]".


MAXELEMENT

int MAXELEMENT
Number of "Element"s in "EL_ARR[]".

See Also:
Constant Field Values

EL_ARR

Element[] EL_ARR
The array of Elements (objects that contain movie frames).


playing

boolean playing
True if the applet's state is PLAYED.


mute

boolean mute
The mute sound state of the player (false if sound is on).


mf_logo

java.awt.Image mf_logo
The 'MediaFrame' ™ logo.


show_mf_logo

boolean show_mf_logo
Flag, equals true if 'MediaFrame' ™ logo is showing.


popup

java.awt.PopupMenu popup
The popup menu of the applet.


idItem

java.awt.MenuItem idItem
The "ID" popup menu item.


playItem

java.awt.MenuItem playItem
The "Play" popup menu item.


muteItem

java.awt.MenuItem muteItem
The "mute" popup menu item.


saveItem

java.awt.MenuItem saveItem
The "Save video as..." popup menu item.


controlPanel

IControlPanel controlPanel
The control panel of the applet.


autoPlay

boolean autoPlay
True if the applet should autoplay the movie.


clickToPlay

boolean clickToPlay
True if the applet should play the movie after clicking on the movie screen.


rolloverToPlay

boolean rolloverToPlay
True if the applet should play the movie after rolloving above the movie screen.


feedback_agent

boolean feedback_agent
True if the applet should show the feedback information (speed detection, (re-)buffering).


target

java.lang.String target
The value of the "target" applet's parameter.


address

java.lang.String address
The value of the "address" applet's parameter.


preScreen

java.lang.String preScreen
The value of the "preScreen" applet's parameter.


postScreen

java.lang.String postScreen
The value of the "postScreen" applet's parameter.


player_controls

boolean player_controls
True if applet's control panel should be showed.


float_controls

boolean float_controls
True if applet's control panel should be showed only after rolloving above the movie screen.


show_controls

boolean show_controls
True if applet's control panel is showed (has the meaning only if float_controls = true).


linux_platform

boolean linux_platform
True, if the current os is Linux.


window_x

int window_x
The width of the applet's movie screen.


window_y

int window_y
The height of the applet's movie screen.


current_volume

float current_volume
The value of the current volume.


firstLoop

boolean firstLoop
True if the applet should load the movie into the buffer, false if the movie already in the buffer.


playbackLoop

boolean playbackLoop
True if the applet should restart the playing after the playback is finished.


rewinded

boolean rewinded
True if the applet is rewinding the movie (tries to restart the playback from the begin after it is finished).


readyToPlay

boolean readyToPlay
True if the applet is ready to play the movie's first frame.


audioEnabled

boolean audioEnabled
The state of the audio parameter of the applet


new_filename

java.lang.String new_filename
The file name of the movie which is used in the mediaframe_load javascript function


correctLicense

boolean correctLicense
True if the player is used with the correct license key.


licenseVerified

boolean licenseVerified
True if the license is already verified.


video_license

boolean video_license
True if the license is stored in the video file.


source_url

java.net.URL source_url
The URL address of the movie file.


saveScript

java.lang.String saveScript
The name of the script for the 'Save video as...' functionality


saveVideoEnabled

boolean saveVideoEnabled
True if the 'Save video as...' functionality is enabled


mpeg_stream

io_tool mpeg_stream
The stream with only video-frames.


audio_stream

io_tool audio_stream
The stream with only audio-frames.


input_reader

MPEG_Reader input_reader
The reader of the movie stream, contains both streams audio and video.


video_decoder

MPEG_video video_decoder
The video decoder.


audio_decoder

Player audio_decoder
The audio player/decoder.


detect_location

java.lang.String detect_location
The location of the directory where the xx.detect.speed files are placed.


movieScreen

MovieScreen movieScreen
The panel on which the movie is shown.


lockedInfo

java.lang.String lockedInfo
The url of a web page with the description of the MEDIAFRAME LOCKED error.


detected_speed

int detected_speed
Current internet connection bandwidth value (index for tables).

See Also:
MPEG1.file_speeds, MPEG1.integer_speeds

file_speeds

java.lang.String[] file_speeds
Parameter names for the movie files that depend from the bandwidth value.


integer_speeds

int[] integer_speeds
Possible bandwidth values supported by the applet.


buffered

boolean buffered
True if the buffering of the movie file has been finished.


initialized

boolean initialized
True if the set_dim() method was called by video_decoder.


key

java.lang.String key
The license key value

Class mediaframe.mpeg1.Tables implements Serializable

Serialized Fields

macro_block_inc

int[][] macro_block_inc
The huffman tree for the macro block increment.


p_type_mb_type

int[][] p_type_mb_type
The huffman tree for the the macro block information in the P_TYPE frame.


b_type_mb_type

int[][] b_type_mb_type
The huffman tree for the the macro block information in the B_TYPE frame.


motion_code

int[][] motion_code
The huffman tree for the motion information.


block_pattern

int[][] block_pattern
The huffman tree for the coded block pattern.


dct_size_luminance

int[][] dct_size_luminance
The huffman tree for the size of a DC coefficient of a luminance block.


dct_size_crominance

int[][] dct_size_crominance
The huffman tree for the size of a DC coefficient of a crominance block.


dct_coeff0

int[] dct_coeff0
The huffman tree for the DCT coefficients.


dct_coeff1

int[] dct_coeff1
The huffman tree for the DCT coefficients.


dct_coeff_val

int[] dct_coeff_val
The DCT values for the huffman tree for the DCT coefficients.


Package mediaframe.mpeg1.controlpanel

Class mediaframe.mpeg1.controlpanel.ControlButton implements Serializable

Serialized Fields

player

MPEG1 player
The reference to the applet.


enabledImage

java.awt.Image enabledImage
The image of the enabled Button.


disabledImage

java.awt.Image disabledImage
The image of the disabled button.


hiddenImage

java.awt.Image hiddenImage
The image of the hidden button.


x

int x
The x coord of the component.


y

int y
The y coord of the component.