gstreamer-base-0.10 Reference Manual

Synopsis

public    static delegate void          CollectDataDestroyNotify  (  )  ;
public    static delegate FlowReturn    CollectPadsFunction       ( CollectPads         pads )  ;
public    delegate bool                 DataQueueCheckFullFunction ( DataQueue           queue,
                                                                    uint                visible,
                                                                    uint                bytes,
                                                                    uint64              time,
                                                                    void**              checkdata )  ;
public    delegate FlowReturn           TypeFindHelperGetRangeFunction ( Object              obj,
                                                                    uint64              offset,
                                                                    uint                length,
                                                                    weak Buffer         buffer )  ;

Details

CollectDataDestroyNotify ()

public    static delegate void          CollectDataDestroyNotify  (  )  ;		

CollectPadsFunction ()

public    static delegate FlowReturn    CollectPadsFunction       ( CollectPads         pads )  ;		

DataQueueCheckFullFunction ()

public    delegate bool                 DataQueueCheckFullFunction ( DataQueue           queue,
                                                                    uint                visible,
                                                                    uint                bytes,
                                                                    uint64              time,
                                                                    void**              checkdata )  ;		

TypeFindHelperGetRangeFunction ()

public    delegate FlowReturn           TypeFindHelperGetRangeFunction ( Object              obj,
                                                                    uint64              offset,
                                                                    uint                length,
                                                                    weak Buffer         buffer )  ;		


Created by Valadoc