gstreamer-net-0.10 Reference Manual

Synopsis

public class NetTimePacket {
    public    weak ClockTime            local_time ;
    public    weak ClockTime            remote_time ;


    public                              NetTimePacket             ( uchar               buffer ) ;


    public    static weak NetTimePacket  receive                   ( int                 fd,
                                                                    void**              addr,
                                                                    uint32              len ) ;
    public    int                       send                      ( int                 fd,
                                                                    void**              addr,
                                                                    uint32              len ) ;
    public    uchar                     serialize                 (  ) ;
}

NetTimePacket Description

Details

Constructor Details

NetTimePacket ()
    public                              NetTimePacket             ( uchar               buffer ) ;		

Field Details

local_time
    public    weak ClockTime            local_time ;		

remote_time
    public    weak ClockTime            remote_time ;		

Signal Details

Property Details

Method Details

receive ()
    public    static weak NetTimePacket  receive                   ( int                 fd,
                                                                    void**              addr,
                                                                    uint32              len ) ;		

send ()
    public    int                       send                      ( int                 fd,
                                                                    void**              addr,
                                                                    uint32              len ) ;		

serialize ()
    public    uchar                     serialize                 (  ) ;		


Created by Valadoc