Classes
The following classes are available globally.
-
The
QEDAPI
provides a wrapper class on the QED REST API.It uses the
See moreQEDReport
andQEDFile
structs to represent reports and files for certification.Declaration
Swift
public class QEDAPI
-
A View Controller providing media capture and playback functionality for locally stored media files.
It will switch automatically between media playback and media recording modes depending on the internal value for the local stored media file.
If a local media file is assigned, the controller will be in playback mode, otherwise in capture mode.
If allowed by the
See moreQEDMediaCaptureAndPlayViewControllerDelegate
, a user can trigger the deletion of the local stored media file. After deletion the controller will switch to capturing mode automatically.Declaration
Swift
public class QEDMediaCaptureAndPlayViewController : UIViewController