Class FFMPEGInfoEventArgs
FFMPEG info event args.
Inherited Members
Namespace: VisioForge.Core.Types.Events
Assembly: VisioForge.Core.dll
Syntax
public class FFMPEGInfoEventArgs : EventArgs
Constructors
FFMPEGInfoEventArgs(string)
Initializes a new instance of the FFMPEGInfoEventArgs class.
Declaration
public FFMPEGInfoEventArgs(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Message text. |
Properties
Message
Gets a message.
Declaration
public string Message { get; }
Property Value
| Type | Description |
|---|---|
| string |