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.

See:
          Description

Class Summary
AudioFrame The AudioFrame class represents one frame of audio data.
CryptedInputStream The CryptedInputStream class implements decryption function of the MPEG stream.
DataBlock The DataBlock class represents a block of 64 bytes.
DataBuffer A DataBuffer object represents a data stream (container of the information data blocks).
DataFrame The DataFrame class represents one frame of video or audio data.
Element The class "Element" stores the information of a single frame.
Huffmann The Huffmann class represents VLC (Hufmann) decoder.
IDCT This file contains the class "IDCT" which provides methods to perform the inverse discrete cosine transform.
io_tool The io_tool class implements the functionality for accessing to the input movie's data stream as a bit stream.
JSCallBack The JSCallBack class responds for the JavaScript callback functionality of the video applet.
motion_data The motion_data class is used to store and compute the motion information.
MovieScreen The MovieScreen class represents a panel on which the movie is shown.
MPEG_Reader The MPEG_Reader class consists of two buffers, one for video and one for audio.
MPEG_video The MPEG_video class implements the video decoder of the MPEG bit stream.
MPEG1 The class "MPEG1" is the main class of the MPEG1 Applet (Java MPEG inline player).
Tables The Tables class contains huffman trees (tables) to decode huffman encoded parts of the video stream.
VideoFrame The VideoFrame class represents one I/P/B-frame, an Sequence-header or an GOP-start.
 

Package mediaframe.mpeg1 Description

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.