OpenShot Library | libopenshot
0.3.3
|
This is the complete list of members for openshot::Frame, including all inherited members.
AddAudio(bool replaceSamples, int destChannel, int destStartSample, const float *source, int numSamples, float gainToApplyToSource) | openshot::Frame | |
AddAudioSilence(int numSamples) | openshot::Frame | |
AddColor(int new_width, int new_height, std::string new_color) | openshot::Frame | |
AddColor(const QColor &new_color) | openshot::Frame | |
AddImage(int new_width, int new_height, int bytes_per_pixel, QImage::Format type, const unsigned char *pixels_) | openshot::Frame | |
AddImage(std::shared_ptr< QImage > new_image) | openshot::Frame | |
AddImage(std::shared_ptr< QImage > new_image, bool only_odd_lines) | openshot::Frame | |
ApplyGainRamp(int destChannel, int destStartSample, int numSamples, float initial_gain, float final_gain) | openshot::Frame | |
audio | openshot::Frame | |
ChannelsLayout() | openshot::Frame | |
ChannelsLayout(openshot::ChannelLayout new_channel_layout) | openshot::Frame | inline |
CheckPixel(int row, int col, int red, int green, int blue, int alpha, int threshold) | openshot::Frame | |
ClearWaveform() | openshot::Frame | |
DeepCopy(const Frame &other) | openshot::Frame | |
Display() | openshot::Frame | |
DisplayWaveform() | openshot::Frame | |
Frame() | openshot::Frame | |
Frame(int64_t number, int width, int height, std::string color) | openshot::Frame | |
Frame(int64_t number, int samples, int channels) | openshot::Frame | |
Frame(int64_t number, int width, int height, std::string color, int samples, int channels) | openshot::Frame | |
Frame(const Frame &other) | openshot::Frame | |
GetAudioChannelsCount() | openshot::Frame | |
GetAudioSample(int channel, int sample, int magnitude_range) | openshot::Frame | |
GetAudioSampleBuffer() | openshot::Frame | |
GetAudioSamples(int channel) | openshot::Frame | |
GetAudioSamplesCount() | openshot::Frame | |
GetBytes() | openshot::Frame | |
GetHeight() | openshot::Frame | |
GetImage() | openshot::Frame | |
GetImageCV() | openshot::Frame | |
GetInterleavedAudioSamples(int *sample_count) | openshot::Frame | |
GetPixelRatio() | openshot::Frame | inline |
GetPixels() | openshot::Frame | |
GetPixels(int row) | openshot::Frame | |
GetSamplesPerFrame(openshot::Fraction fps, int sample_rate, int channels) | openshot::Frame | |
GetSamplesPerFrame(int64_t frame_number, openshot::Fraction fps, int sample_rate, int channels) | openshot::Frame | static |
GetWaveform(int width, int height, int Red, int Green, int Blue, int Alpha) | openshot::Frame | |
GetWaveformPixels(int width, int height, int Red, int Green, int Blue, int Alpha) | openshot::Frame | |
GetWidth() | openshot::Frame | |
has_audio_data | openshot::Frame | |
has_image_data | openshot::Frame | |
Mat2Qimage(cv::Mat img) | openshot::Frame | |
number | openshot::Frame | |
operator=(const Frame &other) | openshot::Frame | |
Play() | openshot::Frame | |
Qimage2mat(std::shared_ptr< QImage > &qimage) | openshot::Frame | |
ResizeAudio(int channels, int length, int sample_rate, openshot::ChannelLayout channel_layout) | openshot::Frame | |
ReverseAudio() | openshot::Frame | |
SampleRate() | openshot::Frame | |
SampleRate(int orig_sample_rate) | openshot::Frame | inline |
Save(std::string path, float scale, std::string format="PNG", int quality=100) | openshot::Frame | |
SetFrameNumber(int64_t number) | openshot::Frame | |
SetImageCV(cv::Mat _image) | openshot::Frame | |
SetPixelRatio(int num, int den) | openshot::Frame | |
Thumbnail(std::string path, int new_width, int new_height, std::string mask_path, std::string overlay_path, std::string background_color, bool ignore_aspect, std::string format="png", int quality=100, float rotate=0.0) | openshot::Frame | |
~Frame() | openshot::Frame | virtual |