Archive Capability

Detailed Description

The EdgeVis Encoder SDK is capable of recording standards based video into the Digital Barriers CSX file standard.

This file holds the standards based data along with metadata. The file can then be retrieved or played back in several ways

  • The archive can be reviewed remotely using the EdgeVis client
  • The CSX file can be remotely downloaded using the Archive Download manager
  • The CSX file can be locally copied from the device.

CSX files can be viewed using EdgeVis Media Manager.

Archiving is an optional feature and must be enabled in the configuration

As of version 8.0.0, the conversion to standards is now performed within the Encoder SDK when recording is enabled.

Examples

There is a sample Android application demonstrating the core SDK functionality. The sample is provided within the downloaded SDK package.

Classes

class  EdgeVisEncoderSDK::ArchiveAudio
 A class containing archive audio data. More...
 
class  EdgeVisEncoderSDK::IArchivePlaybackListener
 The interface for the archive playback, this will return callbacks for the archive service. More...
 

Typedefs

typedef enum ArchivePlaybackState ArchivePlaybackState
 Defines the set of Archive playback states.
 

Enumerations

Enumeration Type Documentation

Defines the set of Archive playback states.

Enumerator
AP_Stopped 

The archive is stopped.

AP_Paused 

The archive is paused.

AP_Playing 

The archive is playing.

AP_FastForward 

The archive is fast forwarding.

AP_Rewind 

The archive is rewinding.