VisioForge (c) 2025

Search Results for

    Class FFMPEGInfoEventArgs

    FFMPEG info event args.

    Inheritance
    object
    EventArgs
    FFMPEGInfoEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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