Eiffel Media API
Overview Cluster Class Classes Index      Previous Next      Top Features

em.video.video_decoder

Class EM_VIDEO_DECODER_CONSTANTS


Known direct descendants

EM_SMJPEG_DECODER, EM_VIDEO_DECODER_FACTORY

Features

Invariants

indexing

description

Video decoder constants.

date

$Date: 2005/10/23 11:03:49 $

revision

$Revision: 1.9 $

class

EM_VIDEO_DECODER_CONSTANTS

feature -- smjpeg

em_smjpeg_magic: STRING

feature -- smjpeg audio

feature -- smjpeg video

feature -- adpcm

em_adpcm_index_table: ARRAY[INTEGER]

-- adpcm index table

em_adpcm_stepsize_table: ARRAY[INTEGER]

-- adpcm stpesize table

invariant

-- From ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)

end