MCPcopy Create free account

hub / github.com/OpenShot/libopenshot / functions

Functions1,493 in github.com/OpenShot/libopenshot

MethodName
Return the type name of the class
src/ImageReader.h:90
MethodName
tests/Timeline.cpp:83
MethodName
tests/Timeline.cpp:181
MethodName
tests/EffectMask.cpp:95
MethodNegate
Default constructor
src/effects/Negate.cpp:19
MethodNoStreamsFound
* @brief Constructor * * @param message A message to accompany the exception * @param file_path (optional) The input file being processed
src/Exceptions.h:300
MethodNoise
src/audio_effects/Noise.cpp:22
MethodNotifyTransportStateChanged
src/Qt/AudioPlaybackThread.cpp:258
MethodObjectDetection
Default constructor
src/effects/ObjectDetection.cpp:34
MethodOpen
Open the writer
src/FFmpegWriter.cpp:96
MethodOpen
Open image file
src/ImageReader.cpp:35
MethodOpen
Open the writer
src/ImageWriter.cpp:79
MethodOpen
Open reader
src/QtTextReader.cpp:50
MethodOpen
Open reader
src/TextReader.cpp:50
MethodOpen
Open reader
src/QtHtmlReader.cpp:44
MethodOpen
Open image file
src/QtImageReader.cpp:45
MethodOpen
Open image file
src/DummyReader.cpp:79
MethodOpen
Open the internal reader
src/FrameMapper.cpp:726
MethodOpen
tests/Timeline.cpp:84
MethodOpen
tests/Timeline.cpp:182
MethodOutOfBoundsFrame
* @brief Constructor * * @param message A message to accompany the exception * @param frame_requested The out-of-bounds frame number requeste
src/Exceptions.h:318
MethodOutOfBoundsPoint
* @brief Constructor * * @param message A message to accompany the exception * @param point_requested The out-of-bounds point requested *
src/Exceptions.h:342
MethodOutOfMemory
* @brief Constructor * * @param message A message to accompany the exception * @param file_path (optional) The input file being processed
src/Exceptions.h:363
MethodOutline
Blank constructor, useful when using Json to load the effect properties
src/effects/Outline.cpp:19
MethodOutputStreamInfo
Output the ffmpeg info about this format, streams, and codecs (i.e. dump format)
src/FFmpegWriter.cpp:2366
MethodParametricEQ
src/audio_effects/ParametricEQ.cpp:19
MethodParentClip
Get and set the parentClip of this object
src/TrackedObjectBase.h:62
MethodParentClip
Parent clip object of this reader (which can be unparented and NULL)
src/ReaderBase.cpp:243
MethodParentClipId
Return the ID of this effect's parent clip
src/EffectBase.cpp:586
MethodParentTimeline
< Set end position (in seconds) of clip (trim end of video)
src/Clip.h:300
MethodParentTimeline
< Get the length of this clip (in seconds)
src/ClipBase.h:91
MethodPause
Pause the video
src/PlayerBase.cpp:28
MethodPickDurationSeconds
src/FFmpegReader.cpp:849
MethodPixelate
Blank constructor, useful when using Json to load the effect properties
src/effects/Pixelate.cpp:25
MethodPlay
Play the video
src/PlayerBase.cpp:23
MethodPlay
src/QtPlayer.cpp:131
MethodPlay
Play audio samples for this frame
src/Frame.cpp:930
MethodPlayerDemo
src/Qt/PlayerDemo.cpp:28
MethodPlayerPrivate
Constructor
src/Qt/PlayerPrivate.cpp:25
MethodPoint
Default constructor
src/Point.cpp:20
MethodPosition
Set position on timeline (in seconds)
src/ClipBase.cpp:19
MethodProcessAudioPacket
Process an audio packet
src/FFmpegReader.cpp:2078
MethodProcessVideoPacket
Process a video packet
src/FFmpegReader.cpp:1838
MethodProcessingController
src/ProcessingController.h:35
MethodProfile
default constructor
src/Profiles.cpp:20
MethodPropertiesJSON
Get all properties for a specific frame (perfect for a UI to display the current state of all properties at any time)
src/TrackedObjectBBox.cpp:413
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/Saturation.cpp:294
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/Wave.cpp:155
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/Blur.cpp:255
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/Pixelate.cpp:194
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/Hue.cpp:184
MethodPropertiesJSON
src/effects/ColorMap.cpp:367
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/Brightness.cpp:239
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/Mask.cpp:229
MethodPropertiesJSON
Get properties as JSON for UI
src/effects/LensFlare.cpp:406
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/Shift.cpp:169
MethodPropertiesJSON
src/effects/AnalogTape.cpp:426
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/Bars.cpp:160
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/Negate.cpp:87
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/Caption.cpp:470
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/Stabilizer.cpp:213
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/Crop.cpp:184
MethodPropertiesJSON
UI property definitions
src/effects/Sharpen.cpp:419
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/Outline.cpp:169
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/Deinterlace.cpp:146
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/ChromaKey.cpp:691
MethodPropertiesJSON
Get all properties for a specific frame
src/effects/ColorShift.cpp:246
MethodPropertiesJSON
src/effects/SphericalProjection.cpp:493
MethodPropertiesJSON
Get all properties for a specific frame
src/audio_effects/Echo.cpp:161
MethodPropertiesJSON
Get all properties for a specific frame
src/audio_effects/Distortion.cpp:216
MethodPropertiesJSON
Get all properties for a specific frame
src/audio_effects/Robotization.cpp:139
MethodPropertiesJSON
Get all properties for a specific frame
src/audio_effects/Whisperization.cpp:147
MethodPropertiesJSON
Get all properties for a specific frame
src/audio_effects/Noise.cpp:115
MethodPropertiesJSON
Get all properties for a specific frame
src/audio_effects/ParametricEQ.cpp:233
MethodPropertiesJSON
Get all properties for a specific frame
src/audio_effects/Compressor.cpp:183
MethodPropertiesJSON
Get all properties for a specific frame
src/audio_effects/Expander.cpp:189
MethodPropertiesJSON
Get all properties for a specific frame
src/audio_effects/Delay.cpp:152
MethodQImage2Magick
Get pointer to Magick::Image conversion of a QImage
src/MagickUtilities.cpp:20
MethodQImageToBGRACvMat
src/effects/Outline.cpp:105
MethodQimage2mat
Convert Qimage to Mat
src/Frame.cpp:883
MethodQtPlayer
Delegating constructor
src/QtPlayer.cpp:29
MethodQtTextReader
Default constructor (blank text)
src/QtTextReader.cpp:26
MethodReadStream
Read the stream until we find the requested Frame
src/FFmpegReader.cpp:1264
MethodReader
Get the current reader, such as a FFmpegReader
src/PlayerBase.cpp:48
MethodReader
Set the reader object
src/QtPlayer.cpp:205
MethodReader
Set the current reader
src/FrameMapper.h:293
MethodReader
Set Reader
src/AudioReaderSource.h:92
MethodReader
Get the current reader
src/FrameMapper.cpp:67
MethodReader
Get the reader object of the mask grayscale image
src/effects/Mask.h:93
MethodReader
Set the reader object
src/Qt/AudioPlaybackThread.cpp:210
MethodReaderBase
Constructor for the base reader, where many things are initialized.
src/ReaderBase.cpp:27
MethodReaderClosed
* @brief Constructor * * @param message A message to accompany the exception * @param file_path (optional) The input file being processed
src/Exceptions.h:378
MethodRemove
Remove a specific frame
src/CacheMemory.cpp:158
MethodRemoveAVFrame
Remove AVFrame from cache (and deallocate its memory)
src/FFmpegReader.cpp:2991
MethodRemoveAVPacket
Remove AVPacket from cache (and deallocate its memory)
src/FFmpegReader.cpp:3003
MethodRemoveEffect
Remove an effect from the timeline
src/Timeline.cpp:380
MethodRendererBase
src/RendererBase.cpp:16
MethodReopenWithoutHardwareDecode
src/FFmpegReader.cpp:1734
MethodRequestedHwDecode
examples/VulkanBenchmark.cpp:525
MethodResampleAudio
Set audio resample options
src/FFmpegWriter.cpp:2372
← previousnext →901–1,000 of 1,493, ranked by callers