OpenShot Library | libopenshot  0.3.2
Namespaces | Enumerations
Enums.h File Reference

Header file for TextReader class. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 openshot
 This namespace is the default namespace for all code in the openshot library.
 

Enumerations

enum  openshot::AnchorType { openshot::ANCHOR_CANVAS, openshot::ANCHOR_VIEWPORT }
 This enumeration determines what parent a clip should be aligned to. More...
 
enum  openshot::ChromaKeyMethod {
  openshot::CHROMAKEY_BASIC, openshot::CHROMAKEY_HSVL_H, openshot::CHROMAKEY_HSV_S, openshot::CHROMAKEY_HSL_S,
  openshot::CHROMAKEY_HSV_V, openshot::CHROMAKEY_HSL_L, openshot::CHROMAKEY_CIE_LCH_L, openshot::CHROMAKEY_CIE_LCH_C,
  openshot::CHROMAKEY_CIE_LCH_H, openshot::CHROMAKEY_CIE_DISTANCE, openshot::CHROMAKEY_YCBCR, openshot::CHROMAKEY_LAST_METHOD = CHROMAKEY_YCBCR
}
 This enumeration determines the algorithm used by the ChromaKey filter. More...
 
enum  openshot::DistortionType {
  openshot::HARD_CLIPPING, openshot::SOFT_CLIPPING, openshot::EXPONENTIAL, openshot::FULL_WAVE_RECTIFIER,
  openshot::HALF_WAVE_RECTIFIER
}
 This enumeration determines the distortion type of Distortion Effect. More...
 
enum  openshot::FFTSize {
  openshot::FFT_SIZE_32, openshot::FFT_SIZE_64, openshot::FFT_SIZE_128, openshot::FFT_SIZE_256,
  openshot::FFT_SIZE_512, openshot::FFT_SIZE_1024, openshot::FFT_SIZE_2048, openshot::FFT_SIZE_4096,
  openshot::FFT_SIZE_8192
}
 This enumeration determines the FFT size. More...
 
enum  openshot::FilterType {
  openshot::LOW_PASS, openshot::HIGH_PASS, openshot::LOW_SHELF, openshot::HIGH_SHELF,
  openshot::BAND_PASS, openshot::BAND_STOP, openshot::PEAKING_NOTCH
}
 This enumeration determines the filter type of ParametricEQ Effect. More...
 
enum  openshot::FrameDisplayType { openshot::FRAME_DISPLAY_NONE, openshot::FRAME_DISPLAY_CLIP, openshot::FRAME_DISPLAY_TIMELINE, openshot::FRAME_DISPLAY_BOTH }
 This enumeration determines the display format of the clip's frame number (if any). Useful for debugging. More...
 
enum  openshot::GravityType {
  openshot::GRAVITY_TOP_LEFT, openshot::GRAVITY_TOP, openshot::GRAVITY_TOP_RIGHT, openshot::GRAVITY_LEFT,
  openshot::GRAVITY_CENTER, openshot::GRAVITY_RIGHT, openshot::GRAVITY_BOTTOM_LEFT, openshot::GRAVITY_BOTTOM,
  openshot::GRAVITY_BOTTOM_RIGHT
}
 This enumeration determines how clips are aligned to their parent container. More...
 
enum  openshot::HopSize { openshot::HOP_SIZE_2, openshot::HOP_SIZE_4, openshot::HOP_SIZE_8 }
 This enumeration determines the hop size. More...
 
enum  openshot::ScaleType { openshot::SCALE_CROP, openshot::SCALE_FIT, openshot::SCALE_STRETCH, openshot::SCALE_NONE }
 This enumeration determines how clips are scaled to fit their parent container. More...
 
enum  openshot::VolumeMixType { openshot::VOLUME_MIX_NONE, openshot::VOLUME_MIX_AVERAGE, openshot::VOLUME_MIX_REDUCE }
 This enumeration determines the strategy when mixing audio with other clips. More...
 
enum  openshot::WindowType { openshot::RECTANGULAR, openshot::BART_LETT, openshot::HANN, openshot::HAMMING }
 This enumeration determines the window type. More...
 

Detailed Description

Header file for TextReader class.

Author
Jonathan Thomas jonat.nosp@m.han@.nosp@m.opens.nosp@m.hot..nosp@m.org

License

Definition in file Enums.h.