Struct

RmfDocinfo

since: 0

Description [src]

struct RmfDocinfo {
  rmf_float docinfo_version;
  rmf_int active_camera;
  GArray* cameras;
}

Stores camera data.

Structure members
docinfo_version

Docinfo version number — always 0.2.

active_camera

Index of the active camera.

cameras

List of saved cameras.

Available since: 0

Instance methods

rmf_docinfo_copy
No description available.

since: 0

rmf_docinfo_free
No description available.

since: 0