Class MediaInfo
  • Overview
  • Download
  • Interface detail
  • How to use
Show / Hide Table of Contents
  • ActiveGuard.Plugins.OSS.Common.Utitlity
    • ActiveGuardFactory
    • ActiveGuardFactory.OnHandleOpenRecordingEventHandler
    • ActiveGuardFactory.OnHandleSaveCurentUserEventHandler
    • ActiveGuardFactory.OnHandleSavePresetEventHandler
    • ActiveGuardFactory.OnHandleSaveServerConnectionsEventHandler
    • ActiveGuardFactory.OnHandleSaveUserManagementEventHandler
  • ActiveGuard.Plugins.OSS.Models
    • CameraMap
    • Map
    • MediaInfo
    • ServerConnection
    • User
    • UserMng
  • ActiveGuard.Plugins.OSS.Views
    • PluginSetupView
    • ThumbnailSearchView

Class MediaInfo

Inheritance
System.Object
MediaInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ActiveGuard.Plugins.OSS.Models
Assembly: ActiveGuard.Plugins.OSS.dll
Syntax
public class MediaInfo

Properties

CameraID

Declaration
public string CameraID { get; set; }
Property Value
Type Description
System.String

Camera ID of the image selected by the user

Mandatory : Yes

Value range : 128 characters at the maximum

Sample: CE4F9653-1843-4E2F-B000-3EEDBC7C6D2B

PlayDate

Declaration
public DateTime PlayDate { get; set; }
Property Value
Type Description
System.DateTime

UTC time of the selected image.

Mandatory : Yes

Value range :

Sample: 2/8/2023 9:04:20 AM

In This Article
Back to top Generated by DocFX