Class VideoAttachment
Implementation of the IAttachmentType for videos. Uses ArubaAttachmentTypeBase.
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class VideoAttachment : ArubaAttachmentTypeBase, IAttachmentType, IEquatable<IAttachmentType>
Properties
View SourceCaptureInterface
Gets the video capture interface for a device.
Declaration
public override Type CaptureInterface { get; }
Property Value
Type | Description |
---|---|
Type |
Overrides
View SourceFileFilter
Gets the file filter.
Declaration
public override string FileFilter { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
View SourceName
Gets the name.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
View SourceSupportedExtensions
Gets the supported extension types.
Declaration
public override IEnumerable<string> SupportedExtensions { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
Overrides
View SourceTempDirectory
Gets the temporary directory for videos to be saved to.
Declaration
public override string TempDirectory { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
View SourceCreateNew()
Creates a new video attachment.
Declaration
public override IAttachmentType CreateNew()
Returns
Type | Description |
---|---|
IAttachmentType | The attachment type. |
Overrides
View SourceCreateNewParameters()
Creates new collection of AttachmentParameterDefinition.
Declaration
public override IEnumerable<AttachmentParameterDefinition> CreateNewParameters()
Returns
Type | Description |
---|---|
IEnumerable<AttachmentParameterDefinition> | The attachment parameters collection. |