FileSink Class

Definition

File sink allows for video and audio content to be recorded on the file system on the edge device.

public class FileSink : Azure.Media.VideoAnalyzer.Edge.Models.SinkNodeBase
type FileSink = class
    inherit SinkNodeBase
Public Class FileSink
Inherits SinkNodeBase
Inheritance
FileSink

Constructors

FileSink(String, IEnumerable<NodeInput>, String, String, String)

Initializes a new instance of FileSink.

Properties

BaseDirectoryPath

Absolute directory path where media files will be stored.

FileNamePattern

File name pattern for creating new files when performing event based recording. The pattern must include at least one system variable.

Inputs

An array of upstream node references within the topology to be used as inputs for this node.

(Inherited from SinkNodeBase)
MaximumSizeMiB

Maximum amount of disk space that can be used for storing files from this sink. Once this limit is reached, the oldest files from this sink will be automatically deleted.

Name

Node name. Must be unique within the topology.

(Inherited from SinkNodeBase)

Applies to