Struct EncryptedFileInfo
Encrypted file info.
Inherited Members
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public struct EncryptedFileInfo
Properties
AudioPresent
Gets or sets a value indicating whether audio is present.
Declaration
public bool AudioPresent { readonly get; set; }
Property Value
Type | Description |
---|---|
bool |
VideoPresent
Gets or sets a value indicating whether video is present.
Declaration
public bool VideoPresent { readonly get; set; }
Property Value
Type | Description |
---|---|
bool |