Represents user credential used when starting FFMpeg process.
Inheritance Hierarchy
NReco.VideoConverterFFMpegUserCredential
Namespace: NReco.VideoConverter
Assembly: NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
Syntax
The FFMpegUserCredential type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FFMpegUserCredential(String, SecureString) | Initializes a new instance of the FFMpegUserCredential class | |
FFMpegUserCredential(String, SecureString, String) | Initializes a new instance of the FFMpegUserCredential class |
Properties
Name | Description | |
---|---|---|
Domain |
Gets a value that identifies the domain to use when starting FFMpeg process.
| |
Password |
Gets a secure string that contains the user password to use when starting FFMpeg process.
| |
UserName |
Gets the user name to be used when starting FFMpeg process.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also