C# Class Gst.FractionRange

显示文件 Open project: GStreamer/gstreamer-sharp Class Usage Examples

Public Properties

Property Type Description
Max Fraction
Min Fraction

Public Methods

Method Description
FractionRange ( Fraction min, Fraction max ) : System
FractionRange ( GLib val ) : System
SetGValue ( GLib &val ) : void
ToString ( ) : string

Private Methods

Method Description
gst_fraction_range_get_type ( ) : IntPtr
gst_value_get_fraction_range_max ( GLib &v ) : IntPtr
gst_value_get_fraction_range_min ( GLib &v ) : IntPtr
gst_value_set_fraction_range ( GLib &v, GLib &min, GLib &max ) : void

Method Details

FractionRange() public method

public FractionRange ( Fraction min, Fraction max ) : System
min Fraction
max Fraction
return System

FractionRange() public method

public FractionRange ( GLib val ) : System
val GLib
return System

SetGValue() public method

public SetGValue ( GLib &val ) : void
val GLib
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

Max public_oe property

public Fraction,Gst Max
return Fraction

Min public_oe property

public Fraction,Gst Min
return Fraction