gstreamer-0.10 Reference Manual

Synopsis

public class DebugCategory {
    public    int                       threshold ;
    public    uint                      color ;
    public    weak string               name ;
    public    weak string               description ;


    public    uint                      get_color                 (  ) ;
    public    weak string               get_description           (  ) ;
    public    weak string               get_name                  (  ) ;
    public    DebugLevel                get_threshold             (  ) ;
    public    void                      reset_threshold           (  ) ;
    public    void                      set_threshold             ( DebugLevel          level ) ;
}

DebugCategory Description

Details

Constructor Details

Field Details

threshold
    public    int                       threshold ;		

color
    public    uint                      color ;		

name
    public    weak string               name ;		

description
    public    weak string               description ;		

Signal Details

Property Details

Method Details

get_color ()
    public    uint                      get_color                 (  ) ;		

get_description ()
    public    weak string               get_description           (  ) ;		

get_name ()
    public    weak string               get_name                  (  ) ;		

get_threshold ()
    public    DebugLevel                get_threshold             (  ) ;		

reset_threshold ()
    public    void                      reset_threshold           (  ) ;		

set_threshold ()
    public    void                      set_threshold             ( DebugLevel          level ) ;		


Created by Valadoc