Import line: | GstNetbuffer = imports.gi.GstNetbuffer; |
GIR File: | GstNetbuffer-0.10.gir |
C documentation: | GstNetAddress |
Struct : | NetAddress |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
_gst_reserved : Array
|
GstNetbuffer.NetAddress | |
port : Number
|
GstNetbuffer.NetAddress | |
type : GstNetbuffer.NetType
|
GstNetbuffer.NetAddress |
Method / Constructor | Defined By | |
---|---|---|
new GstNetbuffer.NetAddress
()
Create a new GstNetbuffer.NetAddress
Create a new GstNetbuffer.NetAddress
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GstNetbuffer
Method |
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 |
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 |
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 |
Set naddr with the IPv4 address and port pair.
|
GstNetbuffer
Method |
Set naddr with the IPv6 address and port pair.
|
GstNetbuffer
Method |
Copies a string representation of naddr into dest.
|