gst.param_spec_fraction

Module for [ParamSpecFraction] class

Types 1

A GParamSpec derived structure that contains the meta data for fractional properties.

Fields
Methods
void * _cPtr() nothrow
gobject.param_spec.ParamSpec parentInstance() @property nothrowGet `parentInstance` field. Returns: super class
void parentInstance(gobject.param_spec.ParamSpec propval) @property nothrowSet `parentInstance` field. Params: propval = super class
int minNum() @property nothrowGet `minNum` field. Returns: minimal numerator
void minNum(int propval) @property nothrowSet `minNum` field. Params: propval = minimal numerator
int minDen() @property nothrowGet `minDen` field. Returns: minimal denominator
void minDen(int propval) @property nothrowSet `minDen` field. Params: propval = minimal denominator
int maxNum() @property nothrowGet `maxNum` field. Returns: maximal numerator
void maxNum(int propval) @property nothrowSet `maxNum` field. Params: propval = maximal numerator
int maxDen() @property nothrowGet `maxDen` field. Returns: maximal denominator
void maxDen(int propval) @property nothrowSet `maxDen` field. Params: propval = maximal denominator
int defNum() @property nothrowGet `defNum` field. Returns: default numerator
void defNum(int propval) @property nothrowSet `defNum` field. Params: propval = default numerator
int defDen() @property nothrowGet `defDen` field. Returns: default denominator
void defDen(int propval) @property nothrowSet `defDen` field. Params: propval = default denominator
Constructors
this(void * ptr, Flag!"Take" take)