gstreamer-net-0.10 Reference Manual

Synopsis

public class NetClientClock : SystemClock  {
    public    int                       sock ;
    public    int[]                     control_sock ;
    public    weak ClockTime            current_timeout ;
    public    void**                    servaddr ;
    public    weak GLib.Thread          thread ;


    public    weak string               address                   { get; set; } ;
    public    weak int                  port                      { get; set; } ;


    public                              NetClientClock            ( string              name,
                                                                    string              remote_address,
                                                                    int                 remote_port,
                                                                    ClockTime           base_time ) ;
}

NetClientClock Description

Details

Constructor Details

NetClientClock ()
    public                              NetClientClock            ( string              name,
                                                                    string              remote_address,
                                                                    int                 remote_port,
                                                                    ClockTime           base_time ) ;		

Field Details

sock
    public    int                       sock ;		

control_sock
    public    int[]                     control_sock ;		

current_timeout
    public    weak ClockTime            current_timeout ;		

servaddr
    public    void**                    servaddr ;		

thread
    public    weak GLib.Thread          thread ;		

Signal Details

Property Details

address
    public    weak string               address                   { get; set; } ;		

port
    public    weak int                  port                      { get; set; } ;		

Method Details


Created by Valadoc