MLT 7.40.0
Multimedia Framework
Public Member Functions | Static Public Member Functions | Properties | Static Private Attributes
mlt.Profile Class Reference
Inheritance diagram for mlt.Profile:
Inheritance graph
[legend]
Collaboration diagram for mlt.Profile:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self, *args)
 
 colorspace (self)
 
 dar (self)
 
 description (self)
 
 display_aspect_den (self)
 
 display_aspect_num (self)
 
 fps (self)
 
 frame_rate_den (self)
 
 frame_rate_num (self)
 
 from_producer (self, producer)
 
 get_profile (self)
 
 height (self)
 
 is_explicit (self)
 
 is_valid (self, *args)
 
 progressive (self)
 
 sample_aspect_den (self)
 
 sample_aspect_num (self)
 
 sar (self)
 
 scale_height (self, height)
 
 scale_width (self, width)
 
 set_colorspace (self, colorspace)
 
 set_display_aspect (self, numerator, denominator)
 
 set_explicit (self, boolean)
 
 set_frame_rate (self, numerator, denominator)
 
 set_height (self, height)
 
 set_progressive (self, progressive)
 
 set_sample_aspect (self, numerator, denominator)
 
 set_width (self, width)
 
 width (self)
 

Static Public Member Functions

 list ()
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Static Private Attributes

 __repr__ = _swig_repr
 
 __swig_destroy__ = _mlt7.delete_Profile
 

Detailed Description

Proxy of C++ Mlt::Profile class.

Constructor & Destructor Documentation

◆ __init__()

mlt.Profile.__init__ (   self,
args 
)

Member Function Documentation

◆ colorspace()

mlt.Profile.colorspace (   self)

◆ dar()

mlt.Profile.dar (   self)

◆ description()

mlt.Profile.description (   self)

◆ display_aspect_den()

mlt.Profile.display_aspect_den (   self)

◆ display_aspect_num()

mlt.Profile.display_aspect_num (   self)

◆ fps()

mlt.Profile.fps (   self)

◆ frame_rate_den()

mlt.Profile.frame_rate_den (   self)

◆ frame_rate_num()

mlt.Profile.frame_rate_num (   self)

◆ from_producer()

mlt.Profile.from_producer (   self,
  producer 
)

◆ get_profile()

mlt.Profile.get_profile (   self)

◆ height()

mlt.Profile.height (   self)

◆ is_explicit()

mlt.Profile.is_explicit (   self)

◆ is_valid()

mlt.Profile.is_valid (   self,
args 
)

◆ list()

mlt.Profile.list ( )
static
 Return a list of all available profile names. Caller owns the result.

◆ progressive()

mlt.Profile.progressive (   self)

◆ sample_aspect_den()

mlt.Profile.sample_aspect_den (   self)

◆ sample_aspect_num()

mlt.Profile.sample_aspect_num (   self)

◆ sar()

mlt.Profile.sar (   self)

◆ scale_height()

mlt.Profile.scale_height (   self,
  height 
)

◆ scale_width()

mlt.Profile.scale_width (   self,
  width 
)

◆ set_colorspace()

mlt.Profile.set_colorspace (   self,
  colorspace 
)

◆ set_display_aspect()

mlt.Profile.set_display_aspect (   self,
  numerator,
  denominator 
)

◆ set_explicit()

mlt.Profile.set_explicit (   self,
  boolean 
)

◆ set_frame_rate()

mlt.Profile.set_frame_rate (   self,
  numerator,
  denominator 
)

◆ set_height()

mlt.Profile.set_height (   self,
  height 
)

◆ set_progressive()

mlt.Profile.set_progressive (   self,
  progressive 
)

◆ set_sample_aspect()

mlt.Profile.set_sample_aspect (   self,
  numerator,
  denominator 
)

◆ set_width()

mlt.Profile.set_width (   self,
  width 
)

◆ width()

mlt.Profile.width (   self)

Field Documentation

◆ __repr__

mlt.Profile.__repr__ = _swig_repr
staticprivate

◆ __swig_destroy__

mlt.Profile.__swig_destroy__ = _mlt7.delete_Profile
staticprivate

Property Documentation

◆ thisown

mlt.Profile.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

The documentation for this class was generated from the following file: