C# Class Gst.IntRange

Exibir arquivo Open project: GStreamer/gstreamer-sharp

Public Properties

Property Type Description
Max int
Min int

Public Methods

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

Private Methods

Method Description
gst_int_range_get_type ( ) : IntPtr
gst_value_get_int_range_max ( GLib &v ) : int
gst_value_get_int_range_min ( GLib &v ) : int
gst_value_set_int_range ( GLib &v, int min, int max ) : void

Method Details

IntRange() public method

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

IntRange() public method

public IntRange ( int min, int max ) : System
min int
max int
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 int Max
return int

Min public_oe property

public int Min
return int