gstreamer-video-0.10 Reference Manual

Synopsis

public class VideoSink : BaseSink  {
    public    int                       width ;
    public    int                       height ;


    public    static void               center_rect               ( VideoRectangle      src,
                                                                    VideoRectangle      dst,
                                                                    VideoRectangle      _result,
                                                                    bool                scaling ) ;
}

VideoSink Description

Details

Constructor Details

Field Details

width
    public    int                       width ;		

height
    public    int                       height ;		

Signal Details

Property Details

Method Details

center_rect ()
    public    static void               center_rect               ( VideoRectangle      src,
                                                                    VideoRectangle      dst,
                                                                    VideoRectangle      _result,
                                                                    bool                scaling ) ;		


Created by Valadoc