C# Class Gst.FractionRange

Afficher le fichier Open project: GStreamer/gstreamer-sharp Class Usage Examples

Méthodes publiques

Свойство Type Description
Max Fraction
Min Fraction

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public FractionRange ( Fraction min, Fraction max ) : System
min Fraction
max Fraction
Résultat System

FractionRange() public méthode

public FractionRange ( GLib val ) : System
val GLib
Résultat System

SetGValue() public méthode

public SetGValue ( GLib &val ) : void
val GLib
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Max public_oe property

public Fraction,Gst Max
Résultat Fraction

Min public_oe property

public Fraction,Gst Min
Résultat Fraction