| Copenshot::AudioDeviceManagerSingleton | Singleton wrapper for AudioDeviceManager (to prevent multiple instances) |
| Copenshot::AudioLocation | This struct holds the associated video frame and starting sample # for an audio packet |
| Copenshot::AudioResampler | This class is used to resample audio data for many sequential frames |
| ▼Copenshot::CacheBase | All cache managers in libopenshot are based on this CacheBase class |
| Copenshot::CacheDisk | This class is a disk-based cache manager for Frame objects |
| Copenshot::CacheMemory | This class is a memory-based cache manager for Frame objects |
| Copenshot::ChunkLocation | This struct holds the location of a frame within a chunk |
| ▼Copenshot::ClipBase | This abstract class is the base class, used by all clips in libopenshot |
| Copenshot::Clip | This class represents a clip (used to arrange readers on the timeline) |
| ►Copenshot::EffectBase | This abstract class is the base class, used by all effects in libopenshot |
| Copenshot::Bars | This class draws black bars around your video (from any side), and can be animated with openshot::Keyframe curves over time |
| Copenshot::Blur | This class adjusts the blur of an image, and can be animated with openshot::Keyframe curves over time |
| Copenshot::Brightness | This class adjusts the brightness and contrast of an image, and can be animated with openshot::Keyframe curves over time |
| Copenshot::ChromaKey | This class uses the ImageMagick++ libraries, to remove (i.e. key out) a color (i.e. greenscreen) |
| Copenshot::ColorShift | This class shifts the pixels of an image up, down, left, or right, and can be animated with openshot::Keyframe curves over time |
| Copenshot::Crop | This class crops a frame image (from any side), and can be animated with openshot::Keyframe curves over time |
| Copenshot::Deinterlace | This class uses the ImageMagick++ libraries, to de-interlace the image, which removes the EVEN or ODD horizontal lines (which represent different points of time) |
| Copenshot::Hue | This class shifts the hue of an image, and can be animated with openshot::Keyframe curves over time |
| Copenshot::Mask | This class uses the ImageMagick++ libraries, to apply alpha (or transparency) masks to any frame. It can also be animated, and used as a powerful Wipe transition |
| Copenshot::Negate | This class uses the ImageMagick++ libraries, to negate image (i.e. negative) |
| Copenshot::Pixelate | This class pixelates an image, and can be animated with openshot::Keyframe curves over time |
| Copenshot::Saturation | This class adjusts the saturation of color on a frame's image |
| Copenshot::Shift | This class shifts the pixels of an image up, down, left, or right, and can be animated with openshot::Keyframe curves over time |
| Copenshot::Wave | This class distorts an image using a wave pattern |
| Copenshot::Color | This class represents a color (used on the timeline and clips) |
| Copenshot::CompareClipEffects | |
| Copenshot::CompareClips | |
| Copenshot::CompareEffects | |
| Copenshot::Coordinate | This class represents a Cartesian coordinate (X, Y) used in the Keyframe animation system |
| Copenshot::CrashHandler | This class is designed to catch exceptions thrown by libc (SIGABRT, SIGSEGV, SIGILL, SIGFPE) |
| Copenshot::EffectInfo | This class returns a listing of all effects supported by libopenshot |
| Copenshot::EffectInfoStruct | This struct contains info about an effect, such as the name, video or audio effect, etc.. |
| ▼Cexception | |
| ►Copenshot::BaseException | Base exception class with a custom message variable |
| Copenshot::ChunkNotFound | Exception when a required chunk is missing |
| Copenshot::DecklinkError | Exception when accessing a blackmagic decklink card |
| Copenshot::ErrorDecodingAudio | Exception when decoding audio packet |
| Copenshot::ErrorEncodingAudio | Exception when encoding audio packet |
| Copenshot::ErrorEncodingVideo | Exception when encoding audio packet |
| Copenshot::InvalidChannels | Exception when an invalid # of audio channels are detected |
| Copenshot::InvalidCodec | Exception when no valid codec is found for a file |
| Copenshot::InvalidFile | Exception for files that can not be found or opened |
| Copenshot::InvalidFormat | Exception when no valid format is found for a file |
| Copenshot::InvalidJSON | Exception for invalid JSON |
| Copenshot::InvalidJSONKey | Exception for missing JSON Change key |
| Copenshot::InvalidOptions | Exception when invalid encoding options are used |
| Copenshot::InvalidSampleRate | Exception when invalid sample rate is detected during encoding |
| Copenshot::NoStreamsFound | Exception when no streams are found in the file |
| Copenshot::OutOfBoundsFrame | Exception for frames that are out of bounds |
| Copenshot::OutOfBoundsPoint | Exception for an out of bounds key-frame point |
| Copenshot::OutOfMemory | Exception when memory could not be allocated |
| Copenshot::ReaderClosed | Exception when a reader is closed, and a frame is requested |
| Copenshot::ResampleError | Exception when resample fails |
| Copenshot::TooManySeeks | Exception when too many seek attempts happen |
| Copenshot::WriterClosed | Exception when a writer is closed, and a frame is requested |
| Copenshot::Field | This struct holds a single field (half a frame) |
| Copenshot::Fraction | This class represents a fraction |
| Copenshot::Frame | This class represents a single frame of video (i.e. image & audio data) |
| ▼CIDeckLinkAudioOutputCallback | |
| CDeckLinkOutputDelegate | Implementation of the Blackmagic Decklink API (used by the DecklinkWriter) |
| ▼CIDeckLinkInputCallback | |
| CDeckLinkInputDelegate | Implementation of the Blackmagic Decklink API (used by the DecklinkReader) |
| ▼CIDeckLinkVideoOutputCallback | |
| CDeckLinkOutputDelegate | Implementation of the Blackmagic Decklink API (used by the DecklinkWriter) |
| Copenshot::Keyframe | A Keyframe is a collection of Point instances, which is used to vary a number or property over time |
| Copenshot::MappedFrame | This struct holds two fields which together make up a complete video frame |
| Copenshot::OpenShotVersion | This struct holds version number information. Use the GetVersion() method to access the current version of libopenshot |
| ▼Copenshot::PlayerBase | This is the base class of all Players in libopenshot |
| Copenshot::QtPlayer | This class is used to playback a video from a reader |
| Copenshot::Point | A Point is the basic building block of a key-frame curve |
| ▼CPositionableAudioSource | |
| Copenshot::AudioBufferSource | This class is used to expose an AudioSampleBuffer as an AudioSource in JUCE |
| Copenshot::AudioReaderSource | This class is used to expose any ReaderBase derived class as an AudioSource in JUCE |
| Copenshot::Profile | This class loads a special text-based file called a Profile |
| Copenshot::ProfileInfo | This struct holds profile data, typically loaded from a file |
| ▼CQObject | |
| CVideoRenderer | |
| ▼CQWidget | |
| CPlayerDemo | |
| CVideoRenderWidget | |
| ▼Copenshot::ReaderBase | This abstract class is the base class, used by all readers in libopenshot |
| Copenshot::ChunkReader | This class reads a special chunk-formatted file, which can be easily shared in a distributed environment |
| Copenshot::DecklinkReader | This class uses the Blackmagic Decklink libraries, to open video streams on Blackmagic devices |
| Copenshot::DummyReader | This class is used as a simple, dummy reader, which always returns a blank frame |
| Copenshot::FFmpegReader | This class uses the FFmpeg libraries, to open video files and audio files, and return openshot::Frame objects for any frame in the file |
| Copenshot::FrameMapper | This class creates a mapping between 2 different frame rates, applying a specific pull-down technique |
| Copenshot::ImageReader | This class uses the ImageMagick++ libraries, to open image files, and return openshot::Frame objects containing the image |
| Copenshot::QtImageReader | This class uses the Qt library, to open image files, and return openshot::Frame objects containing the image |
| Copenshot::TextReader | This class uses the ImageMagick++ libraries, to create frames with "Text", and return openshot::Frame objects |
| Copenshot::Timeline | This class represents a timeline |
| Copenshot::ReaderInfo | This struct contains info about a media file, such as height, width, frames per second, etc.. |
| ▼Copenshot::RendererBase | This is the base class of all Renderers in libopenshot |
| CVideoRenderer | |
| Copenshot::SampleRange | This struct holds a the range of samples needed by this frame |
| ▼CTimeSliceThread | |
| Copenshot::SafeTimeSliceThread | |
| ▼Copenshot::WriterBase | This abstract class is the base class, used by writers. Writers are types of classes that encode video, audio, and image files |
| Copenshot::ChunkWriter | This class takes any reader and generates a special type of video file, built with chunks of small video and audio data |
| Copenshot::DecklinkWriter | This class uses the Blackmagic Decklink libraries, to send video streams to Blackmagic devices |
| Copenshot::FFmpegWriter | This class uses the FFmpeg libraries, to write and encode video files and audio files |
| Copenshot::ImageWriter | This class uses the ImageMagick library to write image files (including animated GIFs) |
| Copenshot::WriterInfo | This struct contains info about encoding a media file, such as height, width, frames per second, etc.. |
| Copenshot::ZmqLogger | This abstract class is the base class, used by all readers in libopenshot |
| ▼CThread | |
| Copenshot::AudioPlaybackThread | The audio playback thread |
| Copenshot::PlayerPrivate | The private part of QtPlayer class, which contains an audio thread and video thread, and controls the video timing and audio synchronization code |
| Copenshot::VideoCacheThread | The video cache class |
| Copenshot::VideoPlaybackThread | The video playback class |