Table of Contents

Class SeparateCaptureFileEventArgs

Namespace
VisioForge.Core.Types.Events
Assembly
VisioForge.Core.dll

Provides data for the separate capture file event that occurs when a new segment is created during multi-segment recording or when a secondary capture file is created.

public class SeparateCaptureFileEventArgs : EventArgs

Inheritance

Inherited Members

Remarks

This event is raised in several scenarios:

  • When recording with file size or duration limits and a new segment is created
  • When using separate audio/video capture and a new file is started
  • During time-based segmentation (e.g., hourly recordings)
  • When dynamic file splitting is triggered by user action

Constructors

SeparateCaptureFileEventArgs(string)

Initializes a new instance of the VisioForge.Core.Types.Events.SeparateCaptureFileEventArgs class.

public SeparateCaptureFileEventArgs(string filename)

Parameters

filename string

File name.

Properties

Filename

Gets or sets the full path to the newly created capture file.

public string Filename { get; set; }

Property Value

string

Remarks

The filename typically includes:

  • Original filename base with segment number appended
  • Timestamp information if configured
  • Proper file extension based on the recording format