GstNet.NetControlMessageMeta¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
message |
r/w |
a |
|
meta |
r/w |
the parent type |
Methods¶
class |
|
Details¶
- class GstNet.NetControlMessageMeta¶
GstNet.NetControlMessageMeta
can be used to store control messages (ancillary data) which was received with or is to be sent alongside the buffer data. When used with socket sinks and sources which understand this meta it allows sending and receiving ancillary data such as unix credentials (SeeGio.UnixCredentialsMessage
) and Unix file descriptions (SeeGio.UnixFDMessage
).