gstreamer-net-0.10 Reference Manual

Synopsis

public class NetTimeProvider : Object  {
    public    int                       sock ;
    public    int[]                     control_sock ;
    public    weak GLib.Thread          thread ;


    public    weak bool                 active                    { get; set; } ;
    public    weak string               address                   { get; set; } ;
    public    weak Clock                clock                     { get; set; } ;
    public    weak int                  port                      { get; set; } ;


    public                              NetTimeProvider           ( Clock               clock,
                                                                    string              address,
                                                                    int                 port ) ;
}

NetTimeProvider Description

Details

Constructor Details

NetTimeProvider ()
    public                              NetTimeProvider           ( Clock               clock,
                                                                    string              address,
                                                                    int                 port ) ;		

Field Details

sock
    public    int                       sock ;		

control_sock
    public    int[]                     control_sock ;		

thread
    public    weak GLib.Thread          thread ;		

Signal Details

Property Details

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

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

clock
    public    weak Clock                clock                     { get; set; } ;		

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

Method Details


Created by Valadoc