gstreamer-0.10 Reference Manual

Synopsis

public class GhostPad : Pad  {
    public                              GhostPad                  ( string              name,
                                                                    Pad                 target ) ;
    public                              GhostPad.from_template    ( string              name,
                                                                    Pad                 target,
                                                                    PadTemplate         templ ) ;
    public                              GhostPad.no_target        ( string              name,
                                                                    PadDirection        dir ) ;
    public                              GhostPad.no_target_from_template ( string              name,
                                                                    PadTemplate         templ ) ;


    public    weak Pad                  get_target                (  ) ;
    public    bool                      set_target                ( Pad                 newtarget ) ;
}

GhostPad Description

Details

Constructor Details

GhostPad ()
    public                              GhostPad                  ( string              name,
                                                                    Pad                 target ) ;		

GhostPad.from_template ()
    public                              GhostPad.from_template    ( string              name,
                                                                    Pad                 target,
                                                                    PadTemplate         templ ) ;		

GhostPad.no_target ()
    public                              GhostPad.no_target        ( string              name,
                                                                    PadDirection        dir ) ;		

GhostPad.no_target_from_template ()
    public                              GhostPad.no_target_from_template ( string              name,
                                                                    PadTemplate         templ ) ;		

Field Details

Signal Details

Property Details

Method Details

get_target ()
    public    weak Pad                  get_target                (  ) ;		

set_target ()
    public    bool                      set_target                ( Pad                 newtarget ) ;		


Created by Valadoc