public class Factory : IDisposable
Public Class Factory
Implements IDisposable
public ref class Factory : IDisposable
type Factory =
class
interface IDisposable
end
Factory | Create a Factory instance |
LastErrorMessage | Gets more information about the last known error if an error occurred or an empty string |
Mode | Gets or sets the operating mode which will be used when creating a new Collector. |
SdkId | Gets the SDK ID of this DFX Extraction Library. |
ValidProperties | Gets a list of valid property keys which can be configured. SetProperty(String, String) |
Version | Gets the version of this DFX Extraction Library. |
AddStudyFromFile | Adds to the study definition when a definition is comprised of multiple parts with an additional file based definition. |
AddToStudy | Adds to the study definition when a definition is comprised of multiple parts with an additional memory based definition. |
CreateCollector | Creates a Collector to process video frames and build a request payload. |
Dispose | Releases all resources used by the Factory |
Dispose(Boolean) | Releases the unmanaged resources used by the Factory and optionally releases the managed resources |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | (Overrides ObjectFinalize) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetProperty | Returns a property value for a key. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
InitializeStudy | Initializes the factory to create collectors for a study with a memory based data definition. |
InitializeStudyFromFile | Initializes the factory to create collectors for a study with a file based data definition. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
RemoveProperty | Removes a property from the factory if it exists. |
SetProperty | Specifies a configurable property key/value pair to configure the DFX Extraction Library. |
ToString | Returns a string that represents the current object. (Inherited from Object) |