gstreamermm 0.10.9.1
|
An association in an entry. More...
Public Member Functions | |
IndexAssociation () | |
Default constructor. | |
IndexAssociation (const GstIndexAssociation* castitem) | |
Constructs a Gst::IndexAssociation from a C GstIndexAssociation type. | |
Public Attributes | |
Gst::Format | format |
The format of the association. | |
gint64 | value |
The value of the association. |
An association in an entry.
Gst::IndexAssociation::IndexAssociation | ( | ) |
Default constructor.
Gst::IndexAssociation::IndexAssociation | ( | const GstIndexAssociation * | castitem | ) | [explicit] |
Constructs a Gst::IndexAssociation from a C GstIndexAssociation type.
The castitem is left unaffected; its contents are simply copied.
castitem | The GstIndexAssociation to copy contents from. |
The format of the association.
gint64 Gst::IndexAssociation::value |
The value of the association.