A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

actionPerformed(ActionEvent) - Method in class mediaframe.mpeg1.MPEG1
This method is invoked when user selects the item of applet's popup menu.
address - Variable in class mediaframe.mpeg1.MPEG1
The value of the "address" applet's parameter.
addToStartTime(long) - Method in class mediaframe.mpeg1.DataBuffer
Adds the specified value to the start playing time.
ak_idx - Variable in class mediaframe.mpeg1.MPEG_video
The index of the frame coming into being.
ALLBITS - Variable in class mediaframe.mpeg1.IDCT
For small error of integer arithmetics the results of IDFT are divided by 2^ALLBITS.
appletStarted - Variable in class mediaframe.mpeg1.MovieScreen
True if the applet is started.
Asp_ratio - Variable in class mediaframe.mpeg1.MPEG_video
The aspect ratio used by the MPEG standard given in the sequence headerr.
audio - Variable in class mediaframe.mpeg1.audio.player.Player
The AudioDevice the audio samples are written to.
audio_decoder - Variable in class mediaframe.mpeg1.MPEG1
The audio player/decoder.
audio_stream - Variable in class mediaframe.mpeg1.MPEG1
The stream with only audio-frames.
audio_thread - Variable in class mediaframe.mpeg1.audio.player.Player
The "Audio Decoder" thread object.
audioBuffer - Variable in class mediaframe.mpeg1.VideoFrame
The buffer for audio data.
audioBuffer - Variable in class mediaframe.mpeg1.MPEG_Reader
The DataBuffer for audio stream.
audioBuffer - Variable in class mediaframe.mpeg1.AudioFrame
The buffer for audio data.
AudioDevice - interface mediaframe.mpeg1.audio.player.AudioDevice.
The AudioDevice interface provides an abstraction for a device capable of sounding audio samples.
AudioDeviceFactory - class mediaframe.mpeg1.audio.player.AudioDeviceFactory.
The AudioDeviceFactory class stores the factories for all the audio device implementations available in the system.
AudioDeviceFactory() - Constructor for class mediaframe.mpeg1.audio.player.AudioDeviceFactory
 
audioEnabled - Variable in class mediaframe.mpeg1.MPEG1
The state of the audio parameter of the applet
AudioFrame - class mediaframe.mpeg1.AudioFrame.
The AudioFrame class represents one frame of audio data.
AudioFrame(long, DataBuffer) - Constructor for class mediaframe.mpeg1.AudioFrame
Constructs the AudioFrame object with the specified time stamp and the buffer for audio data (DataBuffer object).
autoPlay - Variable in class mediaframe.mpeg1.MPEG1
True if the applet should autoplay the movie.

B

B_FRAME - Static variable in class mediaframe.mpeg1.DataFrame
B video frame type.
B_TYPE - Static variable in class mediaframe.mpeg1.MPEG_video
B FRAME frame type constanta.
b_type_mb_type - Variable in class mediaframe.mpeg1.Tables
The huffman tree for the the macro block information in the B_TYPE frame.
back_idx - Variable in class mediaframe.mpeg1.MPEG_video
The index of the frame for backward prediction.
Backward - Variable in class mediaframe.mpeg1.MPEG_video
The object of class "motion_data" to notice and compute the backward motion values.
backward_f - Variable in class mediaframe.mpeg1.MPEG_video
The the size of the motion data for backward prediction.
backward_f_code - Variable in class mediaframe.mpeg1.MPEG_video
The motion code value for backward prediction.
backward_r_size - Variable in class mediaframe.mpeg1.MPEG_video
The size of residual value for backward prediction.
BigPipedInputStream - class mediaframe.mpeg1.audio.player.BigPipedInputStream.
The BigPipedInputStream represents the Piped Input Stream.
BigPipedInputStream(int) - Constructor for class mediaframe.mpeg1.audio.player.BigPipedInputStream
Constructs a BigPipedInputStream class with the specified buffer size.
BigPipedOutputStream - class mediaframe.mpeg1.audio.player.BigPipedOutputStream.
The BigPipedOutputStream represents the Piped Output Stream.
BigPipedOutputStream(BigPipedInputStream) - Constructor for class mediaframe.mpeg1.audio.player.BigPipedOutputStream
Constructs a BigPipedOutputStream class with the specified BigPipedInputStream object in the pipe.
bit_pos - Variable in class mediaframe.mpeg1.io_tool
The bit-"pointer", contains the number of the current bit in the bit shift register.
Bit_rate - Variable in class mediaframe.mpeg1.MPEG_video
The bit rate specified in the sequence header.
bitstream - Variable in class mediaframe.mpeg1.audio.player.Player
The MPEG audio bitstream.
block_pattern - Variable in class mediaframe.mpeg1.Tables
The huffman tree for the coded block pattern.
BlockPos - Variable in class mediaframe.mpeg1.io_tool
The byte-"pointer", contains the number of the current byte in the data block.
BlockSize - Variable in class mediaframe.mpeg1.io_tool
The size of the current data block in bytes.
BLOCKSIZE - Static variable in class mediaframe.mpeg1.DataBlock
The length of the block in bytes.
Broken_Link - Variable in class mediaframe.mpeg1.MPEG_video
The Broken Link value specified in the group of pictures header.
buffer - Variable in class mediaframe.mpeg1.io_tool
The current DataBuffer with the movie's data to read.
buffer - Variable in class mediaframe.mpeg1.audio.player.BigPipedInputStream
The circle buffer of audio samples.
buffered - Variable in class mediaframe.mpeg1.MPEG1
True if the buffering of the movie file has been finished.
bufferFilled - Variable in class mediaframe.mpeg1.audio.player.BigPipedInputStream
True, if the decoding of the audio stream has been finished and the circle buffer has been filled with the audio samples.
BUFFERING - Static variable in class mediaframe.mpeg1.MPEG_Reader
Constanta, the "buffering" state of the reader.
bufferMs - Static variable in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
Constanta, equals to four seconds in milliseconds.
byteBuf - Variable in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
The temporary buffer for storing the audio data.
byteBuf - Variable in class mediaframe.mpeg1.audio.player.EightBitAudioDevice
The temporary buffer for storing the audio samples.

C

C4 - Variable in class mediaframe.mpeg1.IDCT
The constanta "C4" (constanta for the IDFT).
C4C6 - Variable in class mediaframe.mpeg1.IDCT
The constanta, equals to C4 * C6 (constants for the IDFT).
C4Q - Variable in class mediaframe.mpeg1.IDCT
The constanta, equals to C4 * Q (constants for the IDFT).
C4R - Variable in class mediaframe.mpeg1.IDCT
The constanta, equals to C4 * R (constants for the IDFT).
C6 - Variable in class mediaframe.mpeg1.IDCT
The constanta "C6" (constanta for the IDFT).
CB_DIFF_FAC - Static variable in class mediaframe.mpeg1.Element
The coefficient for Cb value for G color calculation (0.34414 * 2^12).
CB_FAC - Static variable in class mediaframe.mpeg1.Element
The coefficient for Cb value for B color calculation (1.772*2^12).
clickToPlay - Variable in class mediaframe.mpeg1.MPEG1
True if the applet should play the movie after clicking on the movie screen.
close() - Method in class mediaframe.mpeg1.MPEG_Reader
Closes the input stream.
close() - Method in class mediaframe.mpeg1.DataBlock
Closes this data block.
close() - Method in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
Closes this audio device.
close() - Method in class mediaframe.mpeg1.audio.player.EightBitAudioDevice
Closes this audio device.
close() - Method in class mediaframe.mpeg1.audio.player.BigPipedOutputStream
Closes the pipe.
close() - Method in class mediaframe.mpeg1.audio.player.BigPipedInputStream
Closes the BigPipedInputStream
close() - Method in interface mediaframe.mpeg1.audio.player.AudioDevice
Closes this audio device.
CLOSED - Static variable in class mediaframe.mpeg1.MPEG_Reader
Constanta, the "closed" state of the reader.
Closed_Group - Variable in class mediaframe.mpeg1.MPEG_video
The Closed Group value specified in the group of pictures header.
cm - Variable in class mediaframe.mpeg1.MPEG1
The RGB color model for the movie screen.
col_y_incr - Variable in class mediaframe.mpeg1.MPEG_video
The increment for the luminance line, equals to pixel_per_col_line - 8.
col_y_incr - Variable in class mediaframe.mpeg1.motion_data
The increment for the luminance line, equals to pixel_per_col_line - 8.
colorModel - Variable in class mediaframe.mpeg1.MovieScreen
The Color model for the movie picture.
compute_motion_vector(int, int, int, int) - Method in class mediaframe.mpeg1.motion_data
The method "compute_motion_vector" computes the motion vector according to the values supplied by the "MPEG_video".
computeUlawLut() - Static method in class mediaframe.mpeg1.audio.player.BigPipedInputStream
Compute logarithm (roughly) table used in the linear -> uLaw mapping.
connect(BigPipedInputStream) - Method in class mediaframe.mpeg1.audio.player.BigPipedOutputStream
Connects this object with the specified BigPipedInputStream object in the pipe.
connect(BigPipedOutputStream) - Method in class mediaframe.mpeg1.audio.player.BigPipedInputStream
Connects this object with the specified BigPipedOutputStream object in the pipe.
CONST_BITS - Variable in class mediaframe.mpeg1.IDCT
For small error of integer arithmetics the constants are multiplied with 2^CONST_BITS.
const_param - Variable in class mediaframe.mpeg1.MPEG_video
True if the constrained parameter flag was set in the sequence header and false otherwise.
contentLength - Variable in class mediaframe.mpeg1.MPEG_Reader
The length of the movie file.
ControlButton - class mediaframe.mpeg1.controlpanel.ControlButton.
The ControlButton class represents a button of the ControlPanel.
ControlButton(MPEG1, String[]) - Constructor for class mediaframe.mpeg1.controlpanel.ControlButton
The constructor of the button.
controlPanel - Variable in class mediaframe.mpeg1.MPEG1
The control panel of the applet.
ControlPanel - class mediaframe.mpeg1.controlpanel.ControlPanel.
The ControlPanel responds for painting of the control panel (play/pause, mute on/mute off, stop buttons).
ControlPanel() - Constructor for class mediaframe.mpeg1.controlpanel.ControlPanel
 
copy_area(int, int, int[][], int[][]) - Method in class mediaframe.mpeg1.motion_data
The method "copy_area" grabs the area determined by the motion vector from "src" and puts it to the destination storage "dst".
copy_unchanged(int, int, int[][], int[][]) - Method in class mediaframe.mpeg1.motion_data
The method "copy_unchanged" grabs the "src" and puts it to the same position in "dst".
correct_col_pixel(int) - Method in class mediaframe.mpeg1.MPEG_video
The method "correct_col_pixel" is called in predicted macro blocks.
correct_lum_pixel(int) - Method in class mediaframe.mpeg1.MPEG_video
The method "correct_lum_pixel" is called in predicted macro blocks.
correctLicense - Variable in class mediaframe.mpeg1.MPEG1
True if the player is used with the correct license key.
CR_DIFF_FAC - Static variable in class mediaframe.mpeg1.Element
The coefficient for Cr value for G color calculation (0.71414 * 2^12).
CR_FAC - Static variable in class mediaframe.mpeg1.Element
The coefficient for Cr value for R color calculation (1.402*2^12).
crc - Variable in class mediaframe.mpeg1.audio.player.Player
The 16-Bit CRC checksum of the MPEG audio bitstream.
createAudioDevice() - Method in class mediaframe.mpeg1.audio.player.AudioDeviceFactory
Creates and returns the implementation of the AudioDevice interface of a type that specified by the deviceType field.
createSource() - Method in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
Obtains and opens the source audio line using the Audio Format of the MPEG audio stream.
CryptedInputStream - class mediaframe.mpeg1.CryptedInputStream.
The CryptedInputStream class implements decryption function of the MPEG stream.
CryptedInputStream(InputStream) - Constructor for class mediaframe.mpeg1.CryptedInputStream
Constructor of the CryptedInputStream class.
current_volume - Variable in class mediaframe.mpeg1.MPEG1
The value of the current volume.
currentBufferingPercent - Variable in class mediaframe.mpeg1.MovieScreen
The current "buffering" percent.
currentFrameIndex - Variable in class mediaframe.mpeg1.DataBuffer
The frame index of the current frame in the vector of the frames to read the data.
currentReadBlock - Variable in class mediaframe.mpeg1.DataBuffer
The current data block to read the data.
currentReadFrame - Variable in class mediaframe.mpeg1.DataBuffer
The current frame to read the data.
currentWriteBlock - Variable in class mediaframe.mpeg1.DataBuffer
The current data block to write the data.
currentWriteFrame - Variable in class mediaframe.mpeg1.DataBuffer
The current frame to write the data.
CY_FAC - Static variable in class mediaframe.mpeg1.Element
The coefficient for Y' value for colors calculation (1.023*2^12).

D

data - Variable in class mediaframe.mpeg1.DataBlock
The movie's data.
Data - Variable in class mediaframe.mpeg1.io_tool
The movie's data of the current data block.
DataBlock - class mediaframe.mpeg1.DataBlock.
The DataBlock class represents a block of 64 bytes.
DataBlock() - Constructor for class mediaframe.mpeg1.DataBlock
Constructs a Datablock without data.
DataBlock(DataBlock) - Constructor for class mediaframe.mpeg1.DataBlock
Constructs an empty Datablock as a continue of the existed Datablock.
DataBuffer - class mediaframe.mpeg1.DataBuffer.
A DataBuffer object represents a data stream (container of the information data blocks).
DataBuffer(int, MPEG_Reader) - Constructor for class mediaframe.mpeg1.DataBuffer
Constructs a DataBuffer with the specified type and MPEG_reader.
DataFrame - class mediaframe.mpeg1.DataFrame.
The DataFrame class represents one frame of video or audio data.
DataFrame(long, int) - Constructor for class mediaframe.mpeg1.DataFrame
Constructs an empty DataFrame with the specified time stamp and file position.
dct_coeff_len_tab1 - Static variable in class mediaframe.mpeg1.Huffmann
The huffman tree (length part) for the DCT coefficients (huffman index 1...1024).
dct_coeff_len_tab2 - Static variable in class mediaframe.mpeg1.Huffmann
The huffman tree (length part) for the DCT coefficients (huffman index 1024..65535).
dct_coeff_val - Variable in class mediaframe.mpeg1.Tables
The DCT values for the huffman tree for the DCT coefficients.
dct_coeff_val_tab1 - Static variable in class mediaframe.mpeg1.Huffmann
The huffman tree (value part) for the DCT coefficients (huffman index 1...1024).
dct_coeff_val_tab2 - Static variable in class mediaframe.mpeg1.Huffmann
The huffman tree (length part) for the DCT coefficients (huffman index 1024..65535).
dct_coeff0 - Variable in class mediaframe.mpeg1.Tables
The huffman tree for the DCT coefficients.
dct_coeff1 - Variable in class mediaframe.mpeg1.Tables
The huffman tree for the DCT coefficients.
dct_dc_cb_past - Variable in class mediaframe.mpeg1.MPEG_video
The value of past DC (cb) value.
dct_dc_cr_past - Variable in class mediaframe.mpeg1.MPEG_video
The value of past DC (cr) value.
dct_dc_y_past - Variable in class mediaframe.mpeg1.MPEG_video
The value of past DC (y) value.
DCT_ESCAPE - Static variable in class mediaframe.mpeg1.Huffmann
DCT_ESCAPE constanta (byte value) in a bit stream.
dct_recon - Variable in class mediaframe.mpeg1.MPEG_video
The values before IDCT transformation.
dct_size_crominance - Variable in class mediaframe.mpeg1.Tables
The huffman tree for the size of a DC coefficient of a crominance block.
dct_size_luminance - Variable in class mediaframe.mpeg1.Tables
The huffman tree for the size of a DC coefficient of a luminance block.
decode(int, int[][]) - Method in class mediaframe.mpeg1.Huffmann
The method "decode" is the VLC (Hufmann) decoder.
decodeCoeff() - Method in class mediaframe.mpeg1.Huffmann
Decodes one AC coefficient from a bit stream.
decodeFrame() - Method in class mediaframe.mpeg1.audio.player.Player
Decodes a single frame.
decoder - Variable in class mediaframe.mpeg1.audio.player.Player
The MPEG audio decoder.
decoder - Variable in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
The decoder that provides audio data to this audio device.
decoder - Variable in class mediaframe.mpeg1.audio.player.EightBitAudioDevice
The decoder that provides audio data to this audio device.
decrypt(long, long, long) - Method in class mediaframe.mpeg1.MPEG1
Decrypts the long value using the private key D and the public key N.
decryptBlock() - Method in class mediaframe.mpeg1.MPEG1
Decrypts one encrypted short value.
destroy() - Method in class mediaframe.mpeg1.MPEG1
Destroys the player.
detect_location - Variable in class mediaframe.mpeg1.MPEG1
The location of the directory where the xx.detect.speed files are placed.
detectConnectionSpeed() - Method in class mediaframe.mpeg1.MPEG1
Detects the speed of the internet connection.
detected_speed - Variable in class mediaframe.mpeg1.MPEG1
Current internet connection bandwidth value (index for tables).
deviceType - Variable in class mediaframe.mpeg1.audio.player.AudioDeviceFactory
The type of the Audio Device.
DISABLED - Static variable in class mediaframe.mpeg1.controlpanel.ControlPanel
The "disabled" video player state.
disabledImage - Variable in class mediaframe.mpeg1.controlpanel.ControlButton
The image of the disabled button.
disablePanel() - Method in interface mediaframe.mpeg1.controlpanel.IControlPanel
Implements "disable" action of the control panel.
disablePanel() - Method in class mediaframe.mpeg1.controlpanel.ControlPanel
Implements "disable" action of the control panel.
down_half_x - Variable in class mediaframe.mpeg1.motion_data
True, if the fractional part > 0 of the vertical part of the motion vector for the luminance blocks.
down_half_x_col - Variable in class mediaframe.mpeg1.motion_data
True, if the fractional part > 0 of the vertical part of the motion vector for the chrominance blocks.
down_x - Variable in class mediaframe.mpeg1.motion_data
The integer part of the vertical part of the motion vector for the luminance blocks.
down_x_col - Variable in class mediaframe.mpeg1.motion_data
The integer part of the vertical part of the motion vector for the chrominance blocks.
Drop_Flag - Variable in class mediaframe.mpeg1.MPEG_video
The Drop Flag value specified in the group of pictures header.

E

EIGHT_BIT - Static variable in class mediaframe.mpeg1.audio.player.AudioDeviceFactory
The Eight Bit Audio Device type.
EightBitAudioDevice - class mediaframe.mpeg1.audio.player.EightBitAudioDevice.
The EightBitAudioDevice class implements an audio device by using the sun.audio.AudioPlayer class.
EightBitAudioDevice() - Constructor for class mediaframe.mpeg1.audio.player.EightBitAudioDevice
 
EL_ARR - Variable in class mediaframe.mpeg1.MPEG1
The array of Elements (objects that contain movie frames).
elem - Variable in class mediaframe.mpeg1.MovieScreen
The Element object with the pixels of the current frame.
Element - class mediaframe.mpeg1.Element.
The class "Element" stores the information of a single frame.
Element(MPEG1, ColorModel, int, int, int, int, int, int) - Constructor for class mediaframe.mpeg1.Element
Constructs an Element object.
enabledImage - Variable in class mediaframe.mpeg1.controlpanel.ControlButton
The image of the enabled Button.
encryption_index - Variable in class mediaframe.mpeg1.CryptedInputStream
The current index in the encryption key.
encryption_key - Variable in class mediaframe.mpeg1.CryptedInputStream
The array of bytes (encryption key) which are used for encription of the movie stream.
ENDED - Static variable in class mediaframe.mpeg1.MovieScreen
"Ended" state of the player.
endOfBuffering() - Method in class mediaframe.mpeg1.MPEG_Reader
Invoked when the reader ends buffering and is ready to play the movie.
endOfFile() - Method in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
Is called if the end of file has been reached.
endOfFile() - Method in class mediaframe.mpeg1.audio.player.EightBitAudioDevice
Is called if the end of file has been reached.
endOfFile() - Method in interface mediaframe.mpeg1.audio.player.AudioDevice
Is called if the end of file has been reached.
endOfReBuffering() - Method in class mediaframe.mpeg1.MPEG_Reader
Invoked when the reader ends the "re-buffering" process and is ready to play the movie.
endPlay() - Method in interface mediaframe.mpeg1.controlpanel.IControlPanel
Implements "end play" action of the control panel.
endPlay() - Method in class mediaframe.mpeg1.controlpanel.ControlPanel
Implements "end play" action of the control panel.
endRebuffering(MPEG_Reader) - Method in class mediaframe.mpeg1.MPEG1
Ends the "rebuffering" of the player.
EOB - Static variable in class mediaframe.mpeg1.Huffmann
End of block constanta (byte value) in a bit stream.
eof - Variable in class mediaframe.mpeg1.io_tool
True if the end of the file has been reached.
EOF - Variable in class mediaframe.mpeg1.DataBuffer
True, if the end of the file has been reached.
ErrNum - Static variable in class mediaframe.mpeg1.MovieScreen
The code of last error.
error - Static variable in class mediaframe.mpeg1.JSCallBack
True if a error has occured in the JavaScript callback functions.
ERROR - Static variable in class mediaframe.mpeg1.MovieScreen
"Error" state of the player.
error_count - Variable in class mediaframe.mpeg1.MPEG_video
The current amount of printed video errors.
error_count - Variable in class mediaframe.mpeg1.motion_data
The current number of printed errors in motion_data.
ERROR_FONT - Variable in class mediaframe.mpeg1.MovieScreen
The font of the text to print errors.
EXT_START_CODE - Static variable in class mediaframe.mpeg1.MPEG_video
MPEG VIDEO layer constanta.

F

feedback_agent - Variable in class mediaframe.mpeg1.MPEG1
True if the applet should show the feedback information (speed detection, (re-)buffering).
file_position - Variable in class mediaframe.mpeg1.DataFrame
The file position of the frame.
file_speeds - Variable in class mediaframe.mpeg1.MPEG1
Parameter names for the movie files that depend from the bandwidth value.
filename - Variable in class mediaframe.mpeg1.MPEG1
The name of the video file.
fill(InputStream, long) - Method in class mediaframe.mpeg1.VideoFrame
This routine reads video data into the buffer from the input stream to byte which equals 1 or until the end of the file will be reached.
fill(InputStream, long) - Method in class mediaframe.mpeg1.AudioFrame
This routine reads audio data into the buffer from the input stream to byte which equals 1 or until the end of file will be reached.
firstAppletLoop - Variable in class mediaframe.mpeg1.MPEG1
True if the applet starts playback.
firstDataBlock - Variable in class mediaframe.mpeg1.DataFrame
The first DataBlock in the list of frame's data blocks.
firstLoop - Variable in class mediaframe.mpeg1.MPEG1
True if the applet should load the movie into the buffer, false if the movie already in the buffer.
firstPause - Variable in class mediaframe.mpeg1.audio.player.BigPipedInputStream
True for the first pause in the movie playback (normally if the player doesn't played any frames).
float_controls - Variable in class mediaframe.mpeg1.MPEG1
True if applet's control panel should be showed only after rolloving above the movie screen.
flush() - Method in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
Waits for any buffered audio samples to be played by the audio device.
flush() - Method in class mediaframe.mpeg1.audio.player.EightBitAudioDevice
Waits for any buffered audio samples to be played by the audio device.
flush() - Method in interface mediaframe.mpeg1.audio.player.AudioDevice
Blocks until all audio samples previously written to this audio device have been heard.
fmt - Variable in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
The Audio Format for the MPEG audio stream.
forw_f_code - Variable in class mediaframe.mpeg1.MPEG_video
The motion code value for forward prediction.
Forward - Variable in class mediaframe.mpeg1.MPEG_video
The object of class "motion_data" to notice and compute the forward motion values.
forward_f - Variable in class mediaframe.mpeg1.MPEG_video
The the size of the motion data for forward prediction.
forward_r_size - Variable in class mediaframe.mpeg1.MPEG_video
The size of residual value for forward prediction.
Frame_idx - Variable in class mediaframe.mpeg1.Element
Notice the frame number (display order).
Frame_nr - Variable in class mediaframe.mpeg1.MPEG1
The last frame in "EL_ARR[]".
Frame_nr - Variable in class mediaframe.mpeg1.MPEG_video
The frame number in the movie.
Frame_nr_offset - Variable in class mediaframe.mpeg1.MPEG_video
The first frame number of last group of pictures.
Frame_type - Variable in class mediaframe.mpeg1.Element
The type of the frame (I, B or P).
Frames - Variable in class mediaframe.mpeg1.DataBuffer
The vector of the frames.
freeInBuffer() - Method in class mediaframe.mpeg1.audio.player.BigPipedInputStream
Returns the amount of audio samples that could be placed into the circle buffer.
Full_pel_back_vector - Variable in class mediaframe.mpeg1.MPEG_video
Equals true if full pixel accuracy is used for backward prediction, equals false if half pixel accuracy is used.
Full_pel_forw_vector - Variable in class mediaframe.mpeg1.MPEG_video
Equals true if full pixel accuracy is used for forward prediction, equals false if half pixel accuracy is used.
Full_pel_x_vector - Variable in class mediaframe.mpeg1.motion_data
Equals true if full pixel accuracy is used, equals false, if half pixel accuracy is used.

G

get_area(int, int, int[][], int[]) - Method in class mediaframe.mpeg1.motion_data
The method "get_area" grabs the area determined by the motion vector from "src" and puts it to the temporary storage "dst".
get_audio_state() - Method in class mediaframe.mpeg1.MPEG1
Returns the mute value of the audio player.
get_bits(int) - Method in class mediaframe.mpeg1.io_tool
The method "get_bits" gets the next "n" bits from shift register interprets them as integer and returns this integer value.
get_connection_speed() - Method in class mediaframe.mpeg1.MPEG1
Gets the current connection speed.
get_errorcode() - Method in class mediaframe.mpeg1.MPEG1
Returns the code of last error.
get_filename() - Method in class mediaframe.mpeg1.MPEG1
Gets the filename of the video file.
get_long() - Method in class mediaframe.mpeg1.io_tool
The method "get_long" grabs "bytes" from data input stream into the shift register "longword".
get_mf_state() - Method in class mediaframe.mpeg1.MPEG1
Returns the state of the player (buffering/ready/playing/paused/finished/error).
get_video_length() - Method in class mediaframe.mpeg1.MPEG1
Stub for method that gets the length of the movie file in milliseconds.
get_video_size() - Method in class mediaframe.mpeg1.MPEG1
Gets the length of the video file in bytes.
get_volume() - Method in class mediaframe.mpeg1.MPEG1
Gets the current volume as an interger value (between 1>10).
get_volume(String) - Method in class mediaframe.mpeg1.MPEG1
If the percent equals '%' gets the current volume as a percent value (between 0..100) otherwise returns the volume as an interger value (between 1>10).
getAudioBuffer() - Method in class mediaframe.mpeg1.MPEG_Reader
Gets the audio buffer instance.
getAudioFormat() - Method in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
Gets the Audio Format for the MPEG audio stream.
getAudioPlayer() - Method in class mediaframe.mpeg1.MPEG1
Gets the audio player/decoder object.
getBuffer() - Method in class mediaframe.mpeg1.io_tool
Gets the current DataBuffer with the movie's data for reading.
getBufferPosition() - Method in class mediaframe.mpeg1.DataBuffer
Gets current position of the buffer.
getByteArray(int) - Method in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
Gets the buffer that able to store up to length bytes.
getCRC32(String) - Method in class mediaframe.mpeg1.MPEG1
Gets the crc32 checksum of the input string.
getCurrentReadFrame() - Method in class mediaframe.mpeg1.DataBuffer
Gets the current frame to read.
getCurrentTime() - Method in class mediaframe.mpeg1.DataBuffer
Returns time in milliseconds callibrated from the start of the movie.
getEmbeddedImage(String) - Method in class mediaframe.mpeg1.MPEG1
Gets the image that embedded into applet's jar file by it's path.
getFilePosition() - Method in class mediaframe.mpeg1.DataFrame
Gets the file position of the frame.
getFirstDataBlock() - Method in class mediaframe.mpeg1.DataFrame
Gets the first DataBlock in the list of frame's data blocks.
getImageFiles(String, String) - Method in class mediaframe.mpeg1.MPEG1
Gets the image files using the base filename and the fileRange parameters.
getLag() - Method in class mediaframe.mpeg1.MovieScreen
Calculates amount of intra-frame delay from current picRate.
getMute() - Method in interface mediaframe.mpeg1.controlpanel.IControlPanel
Gets mute value.
getMute() - Method in class mediaframe.mpeg1.controlpanel.ControlPanel
Gets mute value.
getNext() - Method in class mediaframe.mpeg1.DataBlock
Gets the next Datablock object.
getNextRecord(String) - Method in class mediaframe.mpeg1.MPEG1
Decrypts the one encrypted long value.
getPicRate() - Method in class mediaframe.mpeg1.Element
Gets the amount of frames per second value.
getPts() - Method in class mediaframe.mpeg1.Element
Gets the time in milliseconds that this element is to be displayed.
getShortArray(int) - Method in class mediaframe.mpeg1.audio.player.EightBitAudioDevice
Gets the temporary buffer that able to store up to length audio samples.
getState() - Method in class mediaframe.mpeg1.MPEG_Reader
Returns the state of the reader.
getTimeStamp() - Method in class mediaframe.mpeg1.DataFrame
Gets the time stamp of the frame.
getType() - Method in class mediaframe.mpeg1.DataFrame
Gets the type of the frame.
getVideoBuffer() - Method in class mediaframe.mpeg1.MPEG_Reader
Gets the video buffer instance.
getZipStream(InputStream) - Method in class mediaframe.mpeg1.MPEG1
Opens and returns the InputStream for a zip-compressed file.
GOP_START - Static variable in class mediaframe.mpeg1.DataFrame
GOP_START (start of group of pictutes) header frame type.
GOP_START_CODE - Static variable in class mediaframe.mpeg1.MPEG_video
MPEG video layer constanta.
graphics - Variable in class mediaframe.mpeg1.MovieScreen
The graphics context to paint the movie screen.

H

h - Variable in class mediaframe.mpeg1.Element
The height dimension of the frame pixels array.
h - Variable in class mediaframe.mpeg1.MPEG1
The height in MPEG stream.
hasNext() - Method in class mediaframe.mpeg1.DataBlock
Returns true if this data block has the next data block as a continue of it's data.
header - Variable in class mediaframe.mpeg1.audio.player.Player
The Audio header of the MPEG stream.
Height - Variable in class mediaframe.mpeg1.MPEG_video
The height in pixels of the movie data.
hiddenImage - Variable in class mediaframe.mpeg1.controlpanel.ControlButton
The image of the hidden button.
Hour - Variable in class mediaframe.mpeg1.MPEG_video
The Hour time value specified in the group of pictures header.
Huf - Variable in class mediaframe.mpeg1.MPEG_video
The VLC (Hufmann) decoder.
Huffmann - class mediaframe.mpeg1.Huffmann.
The Huffmann class represents VLC (Hufmann) decoder.
Huffmann(io_tool) - Constructor for class mediaframe.mpeg1.Huffmann
Constructs a VLC (Hufmann) decoder and loads Huffman tables.

I

I_FRAME - Static variable in class mediaframe.mpeg1.DataFrame
I video frame type.
I_TYPE - Static variable in class mediaframe.mpeg1.MPEG_video
I FRAME frame type constanta.
IControlPanel - interface mediaframe.mpeg1.controlpanel.IControlPanel.
The IControlPanel interface provides access to the control panel of the Video Player.
idct - Variable in class mediaframe.mpeg1.MPEG_video
An IDCT object to tranform the DCT coefficients.
IDCT - class mediaframe.mpeg1.IDCT.
This file contains the class "IDCT" which provides methods to perform the inverse discrete cosine transform.
IDCT() - Constructor for class mediaframe.mpeg1.IDCT
Constructs an IDCT object, initializes the "IDFT_table" and constants.
IDFT_table - Static variable in class mediaframe.mpeg1.IDCT
If only one AC coefficient is available the table of pre-computed values is consulted.
idItem - Variable in class mediaframe.mpeg1.MPEG1
The "ID" popup menu item.
IMAGE_PATH - Static variable in class mediaframe.mpeg1.controlpanel.ControlButton
The path to the images.
init() - Method in class mediaframe.mpeg1.MPEG1
Inits the applet.
init(int, int, int, int) - Method in class mediaframe.mpeg1.motion_data
The method "init" is called by the "MPEG_video" as soon as the MPEG dimensions are known.
init(io_tool) - Method in class mediaframe.mpeg1.MovieScreen
Inits this MovieScreen object with the specified tool for accessing the mpeg bit stream.
initBufferSize - Variable in class mediaframe.mpeg1.MPEG_Reader
Equals to the initial value of the maxBufferSize.
initialize_constants() - Method in class mediaframe.mpeg1.IDCT
Calculates the constants for the IDFT (C4, C6, C4*C6, Q, C4 * Q, R, C4 * R).
initialized - Variable in class mediaframe.mpeg1.MPEG1
True if the set_dim() method was called by video_decoder.
initPanel(MPEG1, int) - Method in interface mediaframe.mpeg1.controlpanel.IControlPanel
Initialization of the control panel.
initPanel(MPEG1, int) - Method in class mediaframe.mpeg1.controlpanel.ControlPanel
Initialization of the control panel.
initReaderSide() - Method in class mediaframe.mpeg1.DataBuffer
Resets the reader's side to zero state.
inp - Variable in class mediaframe.mpeg1.audio.player.BigPipedInputStream
The pointer for read in the circle buffer.
input_reader - Variable in class mediaframe.mpeg1.MPEG1
The reader of the movie stream, contains both streams audio and video.
inputPipe - Variable in class mediaframe.mpeg1.audio.player.BigPipedOutputStream
The reference to the input stream in the pipe.
instance - Static variable in class mediaframe.mpeg1.audio.player.AudioDeviceFactory
The single instance of the Audio Device Factory.
integer_speeds - Variable in class mediaframe.mpeg1.MPEG1
Possible bandwidth values supported by the applet.
intramatrix - Variable in class mediaframe.mpeg1.MPEG_video
The default intramatrix.
invers_dct_special(int[], int) - Method in class mediaframe.mpeg1.IDCT
The method "invers_dct_special" is called if only one DCT value appears.
invers_dct(int[]) - Method in class mediaframe.mpeg1.IDCT
The method "invers_dct" is an implementation of a full IDCT (actually IDFT).
io_tool - class mediaframe.mpeg1.io_tool.
The io_tool class implements the functionality for accessing to the input movie's data stream as a bit stream.
io_tool(int, DataBuffer) - Constructor for class mediaframe.mpeg1.io_tool
Constructs an io_tool object with the specified values.
is_eof() - Method in class mediaframe.mpeg1.io_tool
Returns the end of the file flag value.
isClosedByReader - Variable in class mediaframe.mpeg1.audio.player.BigPipedInputStream
True, if the pipe has been already closed by BigPipedInputStream.
isClosedByWriter - Variable in class mediaframe.mpeg1.audio.player.BigPipedInputStream
True, if the pipe has been already closed by BigPipedOutputStream.
isCorrectLicense() - Method in class mediaframe.mpeg1.MPEG1
Returns true if the license is correct.
isCorrectLicenseKey(String) - Method in class mediaframe.mpeg1.MPEG1
Verifies the license (license_key parameter) of the video player.
isEightBitEightKhzMuLaw() - Method in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
Returns false because the JavaSoundAudioDevice audio device is not a crappy eight-bit eight khz ulaw decoder (browser).
isEightBitEightKhzMuLaw() - Method in class mediaframe.mpeg1.audio.player.EightBitAudioDevice
Returns true because the EightBitAudioDevice audio device is a crappy eight-bit eight khz ulaw decoder (browser).
isEightBitEightKhzMuLaw() - Method in interface mediaframe.mpeg1.audio.player.AudioDevice
Returns true, if the audio device is a crappy eight-bit eight khz ulaw decoder (browser).
isEOF() - Method in class mediaframe.mpeg1.MPEG_Reader
Returns true if the end of the movie has been reached.
isEOF() - Method in class mediaframe.mpeg1.DataBuffer
Returns end of file flag.
isFull() - Method in class mediaframe.mpeg1.DataBlock
Returns true if this data block is full and can't store more data bytes.
isLicenseVerified() - Method in class mediaframe.mpeg1.MPEG1
Returns true if the license is already verified.
isSoundEnabled() - Method in class mediaframe.mpeg1.MPEG1
Gets the state of the audio player.
isSoundEnabled() - Static method in class mediaframe.mpeg1.audio.player.Player
Returns true, if the player has detected the suitable audio device for the current VM and able to play the sound.
isStopped() - Method in class mediaframe.mpeg1.audio.player.Player
Returns true, if the audio playback is stopped.

J

JAVA_SOUND - Static variable in class mediaframe.mpeg1.audio.player.AudioDeviceFactory
The JavaSound Audio Device type.
java2_platform - Variable in class mediaframe.mpeg1.MovieScreen
Flag, eguals true, if the current JRE is java2.
JavaSoundAudioDevice - class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice.
The JavaSoundAudioDevice class implements an audio device by using the JavaSound API.
JavaSoundAudioDevice() - Constructor for class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
 
join() - Method in class mediaframe.mpeg1.MPEG_video
Waits until the "Video Decoder" thread is dead.
join() - Method in class mediaframe.mpeg1.MPEG_Reader
Waits until the "MPEG_Reader" thread is dead.
join() - Method in class mediaframe.mpeg1.audio.player.Player
Waits until the audio process is dead.
JSCallBack - class mediaframe.mpeg1.JSCallBack.
The JSCallBack class responds for the JavaScript callback functionality of the video applet.
JSCallBack() - Constructor for class mediaframe.mpeg1.JSCallBack
 

K

key - Variable in class mediaframe.mpeg1.MPEG1
The license key value

L

L_STOPPING - Static variable in class mediaframe.mpeg1.MovieScreen
"Stopped" after locking state of the player.
last_P_or_I - Variable in class mediaframe.mpeg1.MPEG1
Last P or I frame.
lastOutp - Variable in class mediaframe.mpeg1.audio.player.BigPipedInputStream
The value of the pointer for write in the circle buffer during last read from the stream.
lastPrintedTime - Variable in class mediaframe.mpeg1.MPEG_Reader
Last time when the "(re)-buffering" percent was printed.
lastPts - Variable in class mediaframe.mpeg1.MovieScreen
Presentation timestamp for last frame (reqd when estimating).
lastSize - Variable in class mediaframe.mpeg1.DataBuffer
The size the last information word (0-4).
lastSize - Variable in class mediaframe.mpeg1.DataBlock
The size the last information word (0-4).
lastWord - Variable in class mediaframe.mpeg1.DataBuffer
The last 0-4 information bytes (the last information word).
lastWord - Variable in class mediaframe.mpeg1.DataBlock
The last 0-4 information bytes (the last information word).
licenseVerified - Variable in class mediaframe.mpeg1.MPEG1
True if the license is already verified.
linux_platform - Variable in class mediaframe.mpeg1.MPEG1
True, if the current os is Linux.
loadBytes - Variable in class mediaframe.mpeg1.MPEG_Reader
The number of bytes loaded into the buffer.
loadDriverClass() - Static method in class mediaframe.mpeg1.audio.player.AudioDeviceFactory
This method implements singelton pattern - creates (during the first call) and returns the single instance of AudioDeviceFactory.
loadHidden(String) - Method in class mediaframe.mpeg1.controlpanel.ControlButton
Loads the hidden image.
loadTables() - Static method in class mediaframe.mpeg1.Huffmann
Loads a Huffman tables from a resource file.
LOCKED - Static variable in class mediaframe.mpeg1.MovieScreen
"Locked" state of the player.
lockedInfo - Variable in class mediaframe.mpeg1.MPEG1
The url of a web page with the description of the MEDIAFRAME LOCKED error.
longword - Variable in class mediaframe.mpeg1.io_tool
The bit shift register.
lum_block - Variable in class mediaframe.mpeg1.MPEG_video
False if in the current macroblock hasn't had any luminance blocks.
lum_y_incr - Variable in class mediaframe.mpeg1.MPEG_video
The increment for the luminance line, equals to pixel_per_lum_line - 8.
lum_y_incr - Variable in class mediaframe.mpeg1.motion_data
The increment for the luminance line, equals to pixel_per_lum_line - 8.

M

macro_block_address - Variable in class mediaframe.mpeg1.MPEG_video
The actual MB address.
macro_block_inc - Variable in class mediaframe.mpeg1.Tables
The huffman tree for the macro block increment.
macro_block_intra - Variable in class mediaframe.mpeg1.MPEG_video
True if a macro block is for intra coded frames.
macro_block_motion_backward - Variable in class mediaframe.mpeg1.MPEG_video
True if motion vector for backward prediction exists.
macro_block_motion_forward - Variable in class mediaframe.mpeg1.MPEG_video
True if motion vector for forward prediction exists.
macro_block_pattern - Variable in class mediaframe.mpeg1.MPEG_video
True if a coded block pattern supplied.
macro_block_quant - Variable in class mediaframe.mpeg1.MPEG_video
True if a new quantization factor is supplied.
Make_Picture(int[][]) - Method in class mediaframe.mpeg1.Element
The method "Make_Picture" is called every time the scanner has decoded a frame.
MASK - Static variable in class mediaframe.mpeg1.MPEG_Reader
4 bytes mask (0xffffffff).
MASK - Static variable in class mediaframe.mpeg1.DataFrame
0xFFFFFFFF (4 bytes) mask for the input data.
masterGain - Variable in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
The master gain volume value of the Java Sound audio device.
matr1 - Variable in class mediaframe.mpeg1.IDCT
The storage for temporary results of IDFT algorithm.
matr2 - Variable in class mediaframe.mpeg1.IDCT
The storage for temporary results of IDFT algorithm.
max - Variable in class mediaframe.mpeg1.motion_data
The max value of the motion vector.
maxBufferSize - Variable in class mediaframe.mpeg1.MPEG_Reader
The number of bytes that should be put into the buffer before the movie playback could start.
MAXELEMENT - Variable in class mediaframe.mpeg1.MPEG1
Number of "Element"s in "EL_ARR[]".
mb_column - Variable in class mediaframe.mpeg1.MPEG_video
The actual column position of the macro block.
mb_height - Variable in class mediaframe.mpeg1.MPEG_video
The macroblock height.
mb_row - Variable in class mediaframe.mpeg1.MPEG_video
The actual row position of the macro block.
mb_width - Variable in class mediaframe.mpeg1.MPEG_video
The macroblock width.
mediaframe_load(String) - Method in class mediaframe.mpeg1.MPEG1
Loads the new movie into the video player box.
mediaframe.mpeg1 - package mediaframe.mpeg1
Contains the main class of the applet, the class that implements decryption feature, classes for buffering the data stream, classes for playing the MPEG video stream and the class that implements Java Script Callback functionality.
mediaframe.mpeg1.audio.player - package mediaframe.mpeg1.audio.player
Provides classes and interfaces for playing the audio stream by using the JavaSound API (for the JRE 1.3 and above) or the sun.audio.AudioPlayer class (for the JRE version < 1.3).
mediaframe.mpeg1.controlpanel - package mediaframe.mpeg1.controlpanel
Contains the classes for painting of the control panel (play/pause, mute on/mute off, stop buttons).
mf_logo - Variable in class mediaframe.mpeg1.MPEG1
The 'MediaFrame' ™ logo.
millisecondsToBytes(AudioFormat, int) - Method in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
Calculates the number of bytes required for storing the audio samples for the specified time and the audio format.
min - Variable in class mediaframe.mpeg1.motion_data
The min value of the motion vector.
minBufferSize - Variable in class mediaframe.mpeg1.MPEG_Reader
The minimum number of bytes in the buffer before the "re-buffering" starts.
Minute - Variable in class mediaframe.mpeg1.MPEG_video
The Minute time value specified in the group of pictures header.
moribund - Variable in class mediaframe.mpeg1.MPEG_video
The "Video Decoder" thread that is being stopped.
moribund - Variable in class mediaframe.mpeg1.MPEG_Reader
The "MPEG_Reader" thread that is being stopped.
moribund - Variable in class mediaframe.mpeg1.audio.player.Player
The "Audio Decoder" thread that is being stopped.
motion_code - Variable in class mediaframe.mpeg1.Tables
The huffman tree for the motion information.
motion_data - class mediaframe.mpeg1.motion_data.
The motion_data class is used to store and compute the motion information.
motion_data() - Constructor for class mediaframe.mpeg1.motion_data
 
motion_displacement(int, int, int) - Method in class mediaframe.mpeg1.motion_data
The internal method "motion_displacement" computes the difference of the actual motion vector in respect to the last motion vector.
motion_horiz_back_code - Variable in class mediaframe.mpeg1.MPEG_video
The motion code value of horizontal part for backward prediction.
motion_horiz_back_r - Variable in class mediaframe.mpeg1.MPEG_video
The motion residual value of horizontal part for backward prediction.
motion_horiz_forw_code - Variable in class mediaframe.mpeg1.MPEG_video
The motion code value of horizontal part for forward prediction.
motion_horiz_forw_r - Variable in class mediaframe.mpeg1.MPEG_video
The motion residual value of horizontal part for forward prediction.
motion_verti_back_code - Variable in class mediaframe.mpeg1.MPEG_video
The motion code value of vertical part for backward prediction.
motion_verti_back_r - Variable in class mediaframe.mpeg1.MPEG_video
The motion residual value of vertical part for backward prediction.
motion_verti_forw_code - Variable in class mediaframe.mpeg1.MPEG_video
The motion code value of vertical part for forward prediction.
motion_verti_forw_r - Variable in class mediaframe.mpeg1.MPEG_video
The motion residual value of vertical part for forward prediction.
mouseClicked(MouseEvent) - Method in class mediaframe.mpeg1.MPEG1
Invoked when the mouse clicks on the applet's movie screen.
mouseClicked(MouseEvent) - Method in class mediaframe.mpeg1.controlpanel.ControlPanel
Stub for the MouseListener interface (does nothing).
mouseEntered(MouseEvent) - Method in class mediaframe.mpeg1.MPEG1
Invoked when the mouse enters the applet's movie screen area.
mouseEntered(MouseEvent) - Method in class mediaframe.mpeg1.controlpanel.ControlPanel
Stub for the MouseListener interface (does nothing).
mouseExited(MouseEvent) - Method in class mediaframe.mpeg1.MPEG1
Invoked when the mouse exits the applet's movie screen area.
mouseExited(MouseEvent) - Method in class mediaframe.mpeg1.controlpanel.ControlPanel
Stub for the MouseListener interface (does nothing).
mousePressed(MouseEvent) - Method in class mediaframe.mpeg1.MPEG1
Invoked when a mouse button has been pressed on the applet's movie screen.
mousePressed(MouseEvent) - Method in class mediaframe.mpeg1.controlpanel.ControlPanel
The mouse is pressed on the button (Mouse Listener event).
mouseReleased(MouseEvent) - Method in class mediaframe.mpeg1.MPEG1
Invoked when a mouse button has been released from the applet's movie screen.
mouseReleased(MouseEvent) - Method in class mediaframe.mpeg1.controlpanel.ControlPanel
Stub for the MouseListener interface (does nothing).
movieDestroy - Variable in class mediaframe.mpeg1.MovieScreen
True if the applet's destroy method has been called.
movieScreen - Variable in class mediaframe.mpeg1.MPEG1
The panel on which the movie is shown.
MovieScreen - class mediaframe.mpeg1.MovieScreen.
The MovieScreen class represents a panel on which the movie is shown.
MovieScreen(MPEG1) - Constructor for class mediaframe.mpeg1.MovieScreen
Constructs a MovieScreen using the specified applet object.
movieState - Variable in class mediaframe.mpeg1.MovieScreen
The state of the player.
MPEG_Reader - class mediaframe.mpeg1.MPEG_Reader.
The MPEG_Reader class consists of two buffers, one for video and one for audio.
MPEG_Reader(MPEG1, InputStream, int, int, int) - Constructor for class mediaframe.mpeg1.MPEG_Reader
Constructs a MPEG_Reader object with the specified parameters and starts the "MPEG_Reader" thread.
mpeg_stream - Variable in class mediaframe.mpeg1.MovieScreen
The tool for accessing the mpeg bit stream.
mpeg_stream - Variable in class mediaframe.mpeg1.MPEG1
The stream with only video-frames.
mpeg_stream - Variable in class mediaframe.mpeg1.MPEG_video
The input movie's data bit stream.
mpeg_stream - Variable in class mediaframe.mpeg1.Huffmann
The input movie's data bit stream.
MPEG_video - class mediaframe.mpeg1.MPEG_video.
The MPEG_video class implements the video decoder of the MPEG bit stream.
MPEG_video(MPEG1, io_tool) - Constructor for class mediaframe.mpeg1.MPEG_video
Constructs a MPEG_video object, notices the parameters, inits "non_intra" and "null" matrixes and creates an VLC (Hufmann) decoder object.
MPEG1 - class mediaframe.mpeg1.MPEG1.
The class "MPEG1" is the main class of the MPEG1 Applet (Java MPEG inline player).
MPEG1() - Constructor for class mediaframe.mpeg1.MPEG1
Constructs the applet's object.
Msg - Static variable in class mediaframe.mpeg1.MovieScreen
The message text of last error.
mute - Variable in class mediaframe.mpeg1.MPEG1
The mute sound state of the player (false if sound is on).
mute - Static variable in class mediaframe.mpeg1.audio.player.BigPipedInputStream
The mute state of the audio player.
mute - Variable in class mediaframe.mpeg1.controlpanel.ControlPanel
The mute flag.
muteItem - Variable in class mediaframe.mpeg1.MPEG1
The "mute" popup menu item.
myPaint() - Method in class mediaframe.mpeg1.MovieScreen
Draws the movie screen.

N

new_filename - Variable in class mediaframe.mpeg1.MPEG1
The file name of the movie which is used in the mediaframe_load javascript function
next - Variable in class mediaframe.mpeg1.DataBlock
The next datablock object.
next_bits(int, int) - Method in class mediaframe.mpeg1.io_tool
The method "next_bits" checks whether the next "n" bits match the "pattern".
next_start_code() - Method in class mediaframe.mpeg1.io_tool
The method "next_start_code" aligns the bit "pointer" to the next byte and tries to find the next MPEG start code.
nextBlock() - Method in class mediaframe.mpeg1.io_tool
Gets next block of movie's data from the buffer and stores it't data into the local variables.
nextFrame() - Method in class mediaframe.mpeg1.MovieScreen
Pauses the movie playback or calibrates the playing time depending from the state of the player (playing, pausing, etc), the current playing time and the current time of the frame.
non_intramatrix - Variable in class mediaframe.mpeg1.MPEG_video
A quantization matrix for non intra frames.
norm(int[]) - Method in class mediaframe.mpeg1.IDCT
The method "norm" performs the modification of the quatization matrices.
notify_reader() - Method in class mediaframe.mpeg1.MPEG_Reader
Notifies the reader side about the next portion of data.
notify_reader() - Method in class mediaframe.mpeg1.audio.player.BigPipedInputStream
Notifies the reader side for about the next portion of data.
notify_writer() - Method in class mediaframe.mpeg1.audio.player.BigPipedInputStream
Notifies the writer side that the circle buffer is ready for receiving samples.
now - Variable in class mediaframe.mpeg1.MovieScreen
The current playing time in milliseconds.
nullmatrix - Variable in class mediaframe.mpeg1.MPEG_video
A matrix of zeros.

O

o_h - Variable in class mediaframe.mpeg1.MPEG1
The original height in MPEG stream.
o_w - Variable in class mediaframe.mpeg1.MPEG1
The original width in MPEG stream.
oldSampleRate - Variable in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
The sample rate (speed) of the current audio playback (0 - the playback is paused, > 0 otherwise).
open - Variable in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
True if this audio device is opened.
open - Variable in class mediaframe.mpeg1.audio.player.EightBitAudioDevice
True if this audio device is opened, false otherwise.
open_url() - Method in class mediaframe.mpeg1.MPEG1
Opens a movie file or a zip archive with a movie file for downloading and buffering.
open(Decoder) - Method in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
Opens this audio device.
open(Decoder) - Method in class mediaframe.mpeg1.audio.player.EightBitAudioDevice
Opens this audio device.
open(Decoder) - Method in interface mediaframe.mpeg1.audio.player.AudioDevice
Prepares the AudioDevice for playback of audio samples.
openTarget() - Method in class mediaframe.mpeg1.MPEG1
Opens an address url in the target ("self", "blank", "top", etc) window.
outp - Variable in class mediaframe.mpeg1.audio.player.BigPipedInputStream
The pointer for write in the circle buffer.
outputCapacity - Static variable in class mediaframe.mpeg1.audio.player.EightBitAudioDevice
The size of the circle buffer in the pipe.
outputPipe - Variable in class mediaframe.mpeg1.audio.player.BigPipedInputStream
The reference to the output stream in the pipe.

P

P_FRAME - Static variable in class mediaframe.mpeg1.DataFrame
P video frame type.
P_TYPE - Static variable in class mediaframe.mpeg1.MPEG_video
P FRAME frame type constanta.
p_type_mb_type - Variable in class mediaframe.mpeg1.Tables
The huffman tree for the the macro block information in the P_TYPE frame.
paint(Graphics) - Method in class mediaframe.mpeg1.MovieScreen
Paints the controls and applet's detecting bandwidth/buffering text on the screen's graphics context and calls to the method that paints the movie's frame and prints other text/error messages.
paint(Graphics) - Method in interface mediaframe.mpeg1.controlpanel.IControlPanel
Paints the control panel.
paint(Graphics) - Method in class mediaframe.mpeg1.controlpanel.ControlPanel
Paints the control panel.
paint(Graphics) - Method in class mediaframe.mpeg1.controlpanel.ControlButton
Paints the button.
paintScreen(Graphics) - Method in class mediaframe.mpeg1.MovieScreen
Paints the movie's frame on the screen's graphics context and prints text/error messages (f.e. rebuffering information or MediaFrame locked error).
Parse_Block(int) - Method in class mediaframe.mpeg1.MPEG_video
The method "Parse_Block" parses a block according to ISO 11172-2.
Parse_group_of_pictures() - Method in class mediaframe.mpeg1.MPEG_video
The method "Parse_group_of_pictures" parses the group of pictures according to ISO 11172-2.
Parse_macroblock(int) - Method in class mediaframe.mpeg1.MPEG_video
The method "Parse_macroblock" parses a macroblock according to ISO 11172-2.
Parse_picture() - Method in class mediaframe.mpeg1.MPEG_video
The method "Parse_picture" parses a picture according to ISO 11172-2.
Parse_sequence_header() - Method in class mediaframe.mpeg1.MPEG_video
The method "Parse_sequence_header" parses the sequence header according to ISO 11172-2.
Parse_slice() - Method in class mediaframe.mpeg1.MPEG_video
The method "Parse_slice" parses a slice according to ISO 11172-2.
parseVolume(String) - Method in class mediaframe.mpeg1.MPEG1
Parses the volume level and returns it's float representation.
past_intra_address - Variable in class mediaframe.mpeg1.MPEG_video
The past MB address.
pause() - Method in class mediaframe.mpeg1.audio.player.Player
Pause the Audio Player.
pause() - Method in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
Stop player playing.
pause() - Method in class mediaframe.mpeg1.audio.player.EightBitAudioDevice
Pause the Player.
pause() - Method in interface mediaframe.mpeg1.audio.player.AudioDevice
Pause the Player.
pause() - Method in interface mediaframe.mpeg1.controlpanel.IControlPanel
Implements "pause" action of the control panel.
pause() - Method in class mediaframe.mpeg1.controlpanel.ControlPanel
Implements "pause" action of the control panel.
PAUSED - Static variable in class mediaframe.mpeg1.MovieScreen
"Paused" state of the player.
PAUSED - Static variable in class mediaframe.mpeg1.controlpanel.ControlPanel
The "paused" video player state.
peek_bits(int) - Method in class mediaframe.mpeg1.io_tool
The method "peek_bits" is like get_bits except it leaves the bits in the shift register.
Pel_buffer - Variable in class mediaframe.mpeg1.MPEG_video
The "Pel_buffer" is a main feature of the video scanner. 3 frames are stored at: Pel_buffer[0] Pel_buffer[1] Pel_buffer[2] The frame at index "ak_idx" is the frame coming into being.
pel1 - Variable in class mediaframe.mpeg1.MPEG_video
The array to grab the referred area from predicted frame.
pel2 - Variable in class mediaframe.mpeg1.MPEG_video
The array to grab the referred area from predicted frame.
Pic_rate - Variable in class mediaframe.mpeg1.MPEG_video
The frame rate code used by the MPEG standard given in the sequence header.
Pic_Type - Variable in class mediaframe.mpeg1.MPEG_video
The type of the frame (I, B, or P).
picLags - Static variable in class mediaframe.mpeg1.MovieScreen
1/picrate, delay in milliseconds between frames.
picRate - Variable in class mediaframe.mpeg1.Element
The amount of frames per second.
Pict_Count - Variable in class mediaframe.mpeg1.MPEG_video
The Pict Count value specified in the group of pictures header.
Picture - Variable in class mediaframe.mpeg1.MovieScreen
The movie picture.
PICTURE_START_CODE - Static variable in class mediaframe.mpeg1.MPEG_video
MPEG video layer constanta.
pis - Variable in class mediaframe.mpeg1.audio.player.EightBitAudioDevice
The input stream in the pipe.
Pix_Map - Variable in class mediaframe.mpeg1.Element
The pixels in Java RGB model.
pixel_per_col_line - Variable in class mediaframe.mpeg1.MPEG_video
The number of pixels per colour line.
pixel_per_col_line - Variable in class mediaframe.mpeg1.motion_data
The number of pixels per colour line.
pixel_per_lum_line - Variable in class mediaframe.mpeg1.MPEG_video
The number of pixels per luminance line.
pixel_per_lum_line - Variable in class mediaframe.mpeg1.motion_data
The number of pixels per luminance line.
play - Variable in class mediaframe.mpeg1.controlpanel.ControlPanel
The play button of the control panel.
play() - Method in class mediaframe.mpeg1.audio.player.Player
Turns on audio output device.
play() - Method in class mediaframe.mpeg1.audio.player.JavaSoundAudioDevice
Start player playing.
play() - Method in class mediaframe.mpeg1.audio.player.EightBitAudioDevice
Start player playing.
play() - Method in interface mediaframe.mpeg1.audio.player.AudioDevice
Start player playing.
play() - Method in interface mediaframe.mpeg1.controlpanel.IControlPanel
Implements "play" action of the control panel.
play() - Method in class mediaframe.mpeg1.controlpanel.ControlPanel
Implements "play" action of the control panel.
playbackLoop - Variable in class mediaframe.mpeg1.MPEG1
True if the applet should restart the playing after the playback is finished.
PLAYED - Static variable in class mediaframe.mpeg1.MovieScreen
"Played" state of the player.
PLAYED - Static variable in class mediaframe.mpeg1.controlpanel.ControlPanel
The "played" video player state.
player - Variable in class mediaframe.mpeg1.controlpanel.ControlPanel
The reference to the video player applet.
player - Variable in class mediaframe.mpeg1.controlpanel.ControlButton
The reference to the applet.
Player - class mediaframe.mpeg1.audio.player.Player.
The Player class implements a simple player for playback of an MPEG audio stream.
Player - Variable in class mediaframe.mpeg1.MPEG_video
The reference to the applet.
player_controls - Variable in class mediaframe.mpeg1.MPEG1
True if applet's control panel should be showed.
Player(io_tool, MPEG1) - Constructor for class mediaframe.mpeg1.audio.player.Player
Creates a new Player instance with the specified MPEG audio bitstream and the reference to the video applet.
playerEnd(MPEG_video) - Method in class mediaframe.mpeg1.MPEG1
Is invoked after the movie playback is finished.
playerEndBuffer(MPEG_Reader) - Method in class mediaframe.mpeg1.MPEG1
Is invoked after buffer is filled enough to start the movie playback (when the size of the buffered data equals or greater than the value specified by the "pre_buffer" applet's parameter).
playerlooprewind() - Method in class mediaframe.mpeg1.MPEG1
Rewinds the player to startup state after the movie playback is finished.
playerpause() - Method in class mediaframe.mpeg1.MPEG1
Pauses the movie playback.
playerplay() - Method in class mediaframe.mpeg1.MPEG1
Starts the movie playback.
playerrewind() - Method in class mediaframe.mpeg1.MPEG1
Rewinds the player to the startup state.
playersetmute(boolean) - Method in class mediaframe.mpeg1.MPEG1
Enable or disable speaker of the player.
playersetvolume(String) - Method in class mediaframe.mpeg1.MPEG1
Sets the volume level of the player.