C# Class Gst.Fraction

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

Méthodes publiques

Méthode Description
Fraction ( GLib val ) : System
Fraction ( int numerator, int denominator ) : System
SetGValue ( GLib &val ) : void
ToString ( ) : string
operator ( ) : Fraction

Private Methods

Méthode Description
GreatestCommonDivisor ( Fraction fraction ) : int
Reduce ( ) : void
gst_fraction_get_type ( ) : IntPtr
gst_value_get_fraction_denominator ( GLib &v ) : int
gst_value_get_fraction_numerator ( GLib &v ) : int
gst_value_set_fraction ( GLib &v, int numerator, int denominator ) : void

Method Details

Fraction() public méthode

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

Fraction() public méthode

public Fraction ( int numerator, int denominator ) : System
numerator int
denominator int
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

operator() public static méthode

public static operator ( ) : Fraction
Résultat Fraction