gstreamer-0.10 Reference Manual

Synopsis

public class Pipeline : Bin, ChildProxy  {
    public    weak Clock                fixed_clock ;
    public    weak ClockTime            stream_time ;


    public    weak bool                 auto_flush_bus            { get; set; } ;
    public    weak uint64               delay                     { get; set; } ;


    public                              Pipeline                  ( string              name ) ;


    public    void                      auto_clock                (  ) ;
    public    bool                      get_auto_flush_bus        (  ) ;
    public    weak Bus                  get_bus                   (  ) ;
    public    weak Clock                get_clock                 (  ) ;
    public    weak ClockTime            get_delay                 (  ) ;
    public    weak ClockTime            get_last_stream_time      (  ) ;
    public    void                      set_auto_flush_bus        ( bool                auto_flush ) ;
    public    bool                      set_clock                 ( Clock               clock ) ;
    public    void                      set_delay                 ( ClockTime           delay ) ;
    public    void                      set_new_stream_time       ( ClockTime           time ) ;
    public    void                      use_clock                 ( Clock               clock ) ;
}

Pipeline Description

Details

Constructor Details

Pipeline ()
    public                              Pipeline                  ( string              name ) ;		

Field Details

fixed_clock
    public    weak Clock                fixed_clock ;		

stream_time
    public    weak ClockTime            stream_time ;		

Signal Details

Property Details

auto_flush_bus
    public    weak bool                 auto_flush_bus            { get; set; } ;		

delay
    public    weak uint64               delay                     { get; set; } ;		

Method Details

auto_clock ()
    public    void                      auto_clock                (  ) ;		

get_auto_flush_bus ()
    public    bool                      get_auto_flush_bus        (  ) ;		

get_bus ()
    public    weak Bus                  get_bus                   (  ) ;		

get_clock ()
    public    weak Clock                get_clock                 (  ) ;		

get_delay ()
    public    weak ClockTime            get_delay                 (  ) ;		

get_last_stream_time ()
    public    weak ClockTime            get_last_stream_time      (  ) ;		

set_auto_flush_bus ()
    public    void                      set_auto_flush_bus        ( bool                auto_flush ) ;		

set_clock ()
    public    bool                      set_clock                 ( Clock               clock ) ;		

set_delay ()
    public    void                      set_delay                 ( ClockTime           delay ) ;		

set_new_stream_time ()
    public    void                      set_new_stream_time       ( ClockTime           time ) ;		

use_clock ()
    public    void                      use_clock                 ( Clock               clock ) ;		


Created by Valadoc