Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

PIAVE Namespace Reference

the master namespace in which PIAVE lives More...


Compounds

class  Algorithm
class  Algorithm_C
class  AlphaBlendOp
class  AlphaBlendPlugin
class  ArtsPlugin
class  audio_stream_error
class  AudioBuffer
 represents the audio portion of a Frame More...

class  AVCController
class  AVChunk
 AVChunk is piece of a audio/video stream. More...

class  AVDecoderIFace
class  AVEncoderIFace
class  AviContainer
struct  AviDirEntry
struct  AviRect
struct  AviSimpleIndex
struct  AviSimpleIndexEntry
struct  AviStdIndex
struct  AviStdIndexEntry
struct  AviStreamHeader
struct  AviSuperIndex
struct  AviSuperIndexEntry
class  BinaryOp
 abstract base class for all binary operators More...

struct  BITMAPINFOHEADER
class  Box
 it's, yes, right, a box! ! . More...

class  Buffer
class  BufferPool
class  codec_error
class  CodecIFace
class  Color
 Color. More...

class  ColorStill
 represents a simple uni color image More...

class  ColorStillPlugin
class  CopyAOp
 implements a BinaryOp that passes through src_a More...

struct  DVINFO
struct  FFMpeg
 static class and takes care of global initializations for ffmpeg More...

struct  FOURCC
class  FrameDecor
struct  FrameDecorP
struct  FreeType
class  Global
 global setup this is where all unique instances of global symbols and global setup go statics only.. More...

class  InAviStream
class  InAviStreamPlugin
class  InFFMpegStream
 Class InFFMpegStream handles files with ffmpeg. More...

class  InRawDVStream
class  InRawDVStreamPlugin
class  InSndfile
 use oss to play audio More...

class  InvertFilter
class  InvertFilterPlugin
class  InVorbisfile
 use oss to play audio More...

struct  CommandQueue
class  exception
class  file_error
class  file_type_error
class  Frame
class  KdenLiveServer
 implements a Server to talk with KdenLive GUI More...

struct  KeyFrame
struct  LibDV
class  LibDVDecoder
 Class InRawDVStream handles raw dv streams as produced by libdv, i.e. More...

class  LibDVDecoderPlugin
class  LibDVEncoder
class  LibDVEncoderPlugin
struct  MainAVIHeader
class  MediaElement
 abstract base class for all elemets that contain data as oposed to operators which only modify data More...

class  NullBOp
 implements a BinaryOp that does nothing More...

class  NullUOp
 implements a UnaryOp that does nothing More...

class  Operator
class  OpParameter
class  OpParameterBase
 abstract base class for all operator properties More...

class  OpParBox
class  OpParColor
class  OpParDouble
class  OpParString
class  OssPlugin
class  OutARTSStream
 use arts to play audio More...

class  OutAviStream
class  OutAviStreamPlugin
class  OutFFMpegStream
 Class OutFFMpegStream handles files with ffmpeg. More...

class  OutOSSStream
 use oss to play audio More...

class  OutRawDVStream
class  OutRawDVStreamPlugin
class  OutSDLStream
 class OutSDLStream use SDL to display single frames More...

class  OverlayOp
class  PicInPicOp
struct  PicInPicOpP
class  PixFmt
class  Player
class  Plugin
 baseclass for all Plugins More...

class  PluginBase
 all classes that want to be plugins should inherit this class. More...

struct  PluginInfo
 defines the entry symbol of a piave plugin library More...

class  PluginMgr
 The PluginMgr is a singleton factory for and a register of all known plugins. More...

class  Point
 err... More...

class  PropertyNode
class  PtrRingBuffer
class  Raw1394Consumer
class  FrameReciever
 FIMXE this ringbuffer implementation could maybe merged with the Raw1394Consumer. More...

class  InAudioStreamIFace
 defines interface for audio input other than from files. More...

class  InAVFStream
 Base class for AV input files. More...

class  InAVStreamIFace
 interface for audio video input streams This includes video only streams. More...

class  InFileStream
class  OutAudioStreamIFace
 defines interface for audio output other than files. More...

class  OutAVFStream
class  OutAVStreamIFace
 interface for audio video output streams More...

class  OutFileStream
struct  Pool
class  Raw1394Reader
class  ReplaceAudioOp
 implements a BinaryOp that replaces the audio in src_a (if any) by audio in src_b. More...

struct  RIFFChunk
class  SamplerateFilter
class  SampleratePlugin
class  SceneBuilder
class  SDLStreamPlugin
class  Server
 listens on a tcp port for incomming commands. More...

class  ShiftInTransition
class  SndfilePlugin
class  StoryBNode
 StoryBNode manages two child elements connected via a BinaryOp for video and a BinaryOp for audio. There are exactly three principle types of BNodes: -video-video nodes: can have an audio and an video op -audio-audio nodes: no video op, only audio op -video-audio nodes: no video, only audio op. More...

class  StoryBoard
 a small wrapper around the root of the render tree More...

class  StoryElement
 The StoryElement is the abstract base class for all objects that can be element of a StoryBoard. More...

class  StorySeqNode
 number of nodes which are in sequential order and have no operator connecting them. More...

class  StoryUNode
 StoryUNode manages one single child element an UnaryOp for video and an UnaryOp for audio will be rendered to the child. More...

class  Stream
class  stream_error
class  StreamMgr
 Class StreamMgr Factory for all piave in- and out- filestreams. More...

class  TextMaster
class  TextMasterPlugin
class  Time
class  TimeInterval
class  UnaryOp
 abstract base class for all unary operators More...

class  ValRingBuffer
class  VEMLCmnd
class  video_stream_error
class  VideoBuffer
 Represents a video frame in unpacked image format. More...

class  VideoFmt
class  VorbisfilePlugin
struct  WAVEFORMATEX

Enumerations

enum  PluginType_e
 enumerates the various categories of plugins. More...


Functions

void Init ()
 right now just a dummy to make PIAVE::Global::Init look nicer but later it might be more to do than just init the PIAVE::Global space


Detailed Description

the master namespace in which PIAVE lives

Enumeration Type Documentation

enum PIAVE::PluginType_e
 

enumerates the various categories of plugins.

at some point it is necessary to typecast the plugins into the class of their catagory. Even though this usually clear by the requested capabilities of which category a certain PluginBase is, the category asserts that nothing can go wrong.


Generated on Tue Oct 14 20:45:37 2003 for piave by doxygen1.2.18