Back to Seed Clases

GstNetbuffer


Classes

Interfaces

Structs

Unions

Enums

Struct GstNetbuffer.NetAddress

Import line: GstNetbuffer = imports.gi.GstNetbuffer;
GIR File: GstNetbuffer-0.10.gir
C documentation: GstNetAddress
Struct : NetAddress
  Show / Hide Inherited methods, properties and signals
An opaque network address as used in GstNetBuffer.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GstNetbuffer.NetAddress ()
Create a new GstNetbuffer.NetAddress
Create a new GstNetbuffer.NetAddress
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstNetbuffer
Method
GstNetbuffer.netaddress_equal (NetAddress naddr1, NetAddress naddr2) : Boolean
Compare two GstNetAddress structures
GstNetbuffer
Method
GstNetbuffer.netaddress_get_address_bytes (NetAddress naddr, Number address, Object out_values) : Number
Get just the address bytes stored in naddr into address.
GstNetbuffer
Method
GstNetbuffer.netaddress_get_ip4_address (NetAddress naddr, Object out_values) : Boolean
Get the IPv4 address stored in naddr into address.
GstNetbuffer
Method
GstNetbuffer.netaddress_get_ip6_address (NetAddress naddr, Number address, Object out_values) : Boolean
Get the IPv6 address stored in naddr into address.
GstNetbuffer
Method
GstNetbuffer.netaddress_get_net_type (NetAddress naddr) : GstNetbuffer.NetType
Get the type of address stored in naddr.
GstNetbuffer
Method
GstNetbuffer.netaddress_set_address_bytes (NetAddress naddr, NetType type, Number address, Number port) : Number
Set just the address bytes stored in naddr into address.
GstNetbuffer
Method
GstNetbuffer.netaddress_set_ip4_address (NetAddress naddr, Number address, Number port) : none
Set naddr with the IPv4 address and port pair.
GstNetbuffer
Method
GstNetbuffer.netaddress_set_ip6_address (NetAddress naddr, Number address, Number port) : none
Set naddr with the IPv6 address and port pair.
GstNetbuffer
Method
GstNetbuffer.netaddress_to_string (NetAddress naddr, String dest, Number len) : Number
Copies a string representation of naddr into dest.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:01 GMT+0800 (HKT)