VNMediaClientNET
VideoNext::RecordingStatusEventArgs Class Reference

Video recodring to file status change event arguments. More...

#include <RecordingStatusEventArgs.h>

Inheritance diagram for VideoNext::RecordingStatusEventArgs:

Public Member Functions

 RecordingStatusEventArgs (RecordingStatus status, Int32 progress, String^ errorMessage)
 Constructor. More...
 

Public Attributes

property RecordingStatus Status
 Recording status. More...
 
property Int32 Progress
 Recording ending progress in percents.
 
property String ErrorMessage
 Error message.
 

Detailed Description

Video recodring to file status change event arguments.

Constructor & Destructor Documentation

◆ RecordingStatusEventArgs()

VideoNext::RecordingStatusEventArgs::RecordingStatusEventArgs ( RecordingStatus  status,
Int32  progress,
String^  errorMessage 
)
inline

Constructor.

Parameters
statusrecording status.
progressrecording ending progress in percents.
errorMessageerror message.
See also
RecordingStatus

Member Data Documentation

◆ Status

property RecordingStatus VideoNext::RecordingStatusEventArgs::Status

Recording status.

See also
RecordingStatus

The documentation for this class was generated from the following file: