gstreamer-0.10 Reference Manual

Synopsis

public class TypeFind {
    public    void**                    data ;
    public    void**                    _gst_reserved ;


    public    uint64                    get_length                (  ) ;
    public    uchar                     peek                      ( int64               offset,
                                                                    uint                size ) ;
    public    static bool               register                  ( Plugin              plugin,
                                                                    string              name,
                                                                    uint                rank,
                                                                    TypeFindFunction    func,
                                                                    string              extensions,
                                                                    Caps                possible_caps,
                                                                    void**              data,
                                                                    GLib.DestroyNotify  data_notify ) ;
    public    void                      suggest                   ( uint                probability,
                                                                    Caps                caps ) ;
}

TypeFind Description

Details

Constructor Details

Field Details

data
    public    void**                    data ;		

_gst_reserved
    public    void**                    _gst_reserved ;		

Signal Details

Property Details

Method Details

get_length ()
    public    uint64                    get_length                (  ) ;		

peek ()
    public    uchar                     peek                      ( int64               offset,
                                                                    uint                size ) ;		

register ()
    public    static bool               register                  ( Plugin              plugin,
                                                                    string              name,
                                                                    uint                rank,
                                                                    TypeFindFunction    func,
                                                                    string              extensions,
                                                                    Caps                possible_caps,
                                                                    void**              data,
                                                                    GLib.DestroyNotify  data_notify ) ;		

suggest ()
    public    void                      suggest                   ( uint                probability,
                                                                    Caps                caps ) ;		


Created by Valadoc