| ▼Nopenshot | This namespace is the default namespace for all code in the openshot library |
| CAudioBufferSource | This class is used to expose an AudioSampleBuffer as an AudioSource in JUCE |
| CAudioDeviceManagerSingleton | Singleton wrapper for AudioDeviceManager (to prevent multiple instances) |
| CAudioLocation | This struct holds the associated video frame and starting sample # for an audio packet |
| CAudioPlaybackThread | The audio playback thread |
| CAudioReaderSource | This class is used to expose any ReaderBase derived class as an AudioSource in JUCE |
| CAudioResampler | This class is used to resample audio data for many sequential frames |
| CBars | This class draws black bars around your video (from any side), and can be animated with openshot::Keyframe curves over time |
| CBaseException | Base exception class with a custom message variable |
| CBlur | This class adjusts the blur of an image, and can be animated with openshot::Keyframe curves over time |
| CBrightness | This class adjusts the brightness and contrast of an image, and can be animated with openshot::Keyframe curves over time |
| CCacheBase | All cache managers in libopenshot are based on this CacheBase class |
| CCacheDisk | This class is a disk-based cache manager for Frame objects |
| CCacheMemory | This class is a memory-based cache manager for Frame objects |
| CChromaKey | This class uses the ImageMagick++ libraries, to remove (i.e. key out) a color (i.e. greenscreen) |
| CChunkLocation | This struct holds the location of a frame within a chunk |
| CChunkNotFound | Exception when a required chunk is missing |
| CChunkReader | This class reads a special chunk-formatted file, which can be easily shared in a distributed environment |
| CChunkWriter | This class takes any reader and generates a special type of video file, built with chunks of small video and audio data |
| CClip | This class represents a clip (used to arrange readers on the timeline) |
| CClipBase | This abstract class is the base class, used by all clips in libopenshot |
| CColor | This class represents a color (used on the timeline and clips) |
| CColorShift | This class shifts the pixels of an image up, down, left, or right, and can be animated with openshot::Keyframe curves over time |
| CCompareClipEffects | |
| CCompareClips | |
| CCompareEffects | |
| CCoordinate | This class represents a Cartesian coordinate (X, Y) used in the Keyframe animation system |
| CCrashHandler | This class is designed to catch exceptions thrown by libc (SIGABRT, SIGSEGV, SIGILL, SIGFPE) |
| CCrop | This class crops a frame image (from any side), and can be animated with openshot::Keyframe curves over time |
| CDecklinkError | Exception when accessing a blackmagic decklink card |
| CDecklinkReader | This class uses the Blackmagic Decklink libraries, to open video streams on Blackmagic devices |
| CDecklinkWriter | This class uses the Blackmagic Decklink libraries, to send video streams to Blackmagic devices |
| CDeinterlace | 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) |
| CDummyReader | This class is used as a simple, dummy reader, which always returns a blank frame |
| CEffectBase | This abstract class is the base class, used by all effects in libopenshot |
| CEffectInfo | This class returns a listing of all effects supported by libopenshot |
| CEffectInfoStruct | This struct contains info about an effect, such as the name, video or audio effect, etc.. |
| CErrorDecodingAudio | Exception when decoding audio packet |
| CErrorEncodingAudio | Exception when encoding audio packet |
| CErrorEncodingVideo | Exception when encoding audio packet |
| CFFmpegReader | This class uses the FFmpeg libraries, to open video files and audio files, and return openshot::Frame objects for any frame in the file |
| CFFmpegWriter | This class uses the FFmpeg libraries, to write and encode video files and audio files |
| CField | This struct holds a single field (half a frame) |
| CFraction | This class represents a fraction |
| CFrame | This class represents a single frame of video (i.e. image & audio data) |
| CFrameMapper | This class creates a mapping between 2 different frame rates, applying a specific pull-down technique |
| CHue | This class shifts the hue of an image, and can be animated with openshot::Keyframe curves over time |
| CImageReader | This class uses the ImageMagick++ libraries, to open image files, and return openshot::Frame objects containing the image |
| CImageWriter | This class uses the ImageMagick library to write image files (including animated GIFs) |
| CInvalidChannels | Exception when an invalid # of audio channels are detected |
| CInvalidCodec | Exception when no valid codec is found for a file |
| CInvalidFile | Exception for files that can not be found or opened |
| CInvalidFormat | Exception when no valid format is found for a file |
| CInvalidJSON | Exception for invalid JSON |
| CInvalidJSONKey | Exception for missing JSON Change key |
| CInvalidOptions | Exception when invalid encoding options are used |
| CInvalidSampleRate | Exception when invalid sample rate is detected during encoding |
| CKeyframe | A Keyframe is a collection of Point instances, which is used to vary a number or property over time |
| CMappedFrame | This struct holds two fields which together make up a complete video frame |
| CMask | 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 |
| CNegate | This class uses the ImageMagick++ libraries, to negate image (i.e. negative) |
| CNoStreamsFound | Exception when no streams are found in the file |
| COpenShotVersion | This struct holds version number information. Use the GetVersion() method to access the current version of libopenshot |
| COutOfBoundsFrame | Exception for frames that are out of bounds |
| COutOfBoundsPoint | Exception for an out of bounds key-frame point |
| COutOfMemory | Exception when memory could not be allocated |
| CPixelate | This class pixelates an image, and can be animated with openshot::Keyframe curves over time |
| CPlayerBase | This is the base class of all Players in libopenshot |
| CPlayerPrivate | The private part of QtPlayer class, which contains an audio thread and video thread, and controls the video timing and audio synchronization code |
| CPoint | A Point is the basic building block of a key-frame curve |
| CProfile | This class loads a special text-based file called a Profile |
| CProfileInfo | This struct holds profile data, typically loaded from a file |
| CQtImageReader | This class uses the Qt library, to open image files, and return openshot::Frame objects containing the image |
| CQtPlayer | This class is used to playback a video from a reader |
| CReaderBase | This abstract class is the base class, used by all readers in libopenshot |
| CReaderClosed | Exception when a reader is closed, and a frame is requested |
| CReaderInfo | This struct contains info about a media file, such as height, width, frames per second, etc.. |
| CRendererBase | This is the base class of all Renderers in libopenshot |
| CResampleError | Exception when resample fails |
| CSafeTimeSliceThread | |
| CSampleRange | This struct holds a the range of samples needed by this frame |
| CSaturation | This class adjusts the saturation of color on a frame's image |
| CShift | This class shifts the pixels of an image up, down, left, or right, and can be animated with openshot::Keyframe curves over time |
| CTextReader | This class uses the ImageMagick++ libraries, to create frames with "Text", and return openshot::Frame objects |
| CTimeline | This class represents a timeline |
| CTooManySeeks | Exception when too many seek attempts happen |
| CVideoCacheThread | The video cache class |
| CVideoPlaybackThread | The video playback class |
| CWave | This class distorts an image using a wave pattern |
| CWriterBase | This abstract class is the base class, used by writers. Writers are types of classes that encode video, audio, and image files |
| CWriterClosed | Exception when a writer is closed, and a frame is requested |
| CWriterInfo | This struct contains info about encoding a media file, such as height, width, frames per second, etc.. |
| CZmqLogger | This abstract class is the base class, used by all readers in libopenshot |
| CDeckLinkInputDelegate | Implementation of the Blackmagic Decklink API (used by the DecklinkReader) |
| CDeckLinkOutputDelegate | Implementation of the Blackmagic Decklink API (used by the DecklinkWriter) |
| CPlayerDemo | |
| CVideoRenderer | |
| CVideoRenderWidget | |