Table of Contents

Class HLSOutput

Namespace
VisioForge.Core.Types.X.Output
Assembly
VisioForge.Core.dll

HLS output settings.

public class HLSOutput : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutput

Inheritance

Implements

Inherited Members

Constructors

HLSOutput(HLSSinkSettings)

Initializes a new instance of the VisioForge.Core.Types.X.Output.HLSOutput class.

public HLSOutput(HLSSinkSettings settings)

Parameters

settings HLSSinkSettings

The settings.

Properties

Audio

Gets or sets the audio encoder settings. Supported encoders: VOAACEncoderSettings, AVENCAACEncoderSettings, MFAACEncoderSettings.

public IAACEncoderSettings Audio { get; set; }

Property Value

IAACEncoderSettings

CustomAudioProcessor

Gets or sets the custom audio processor block.

public MediaBlock CustomAudioProcessor { get; set; }

Property Value

MediaBlock

CustomVideoProcessor

Gets or sets the custom video processor block.

public MediaBlock CustomVideoProcessor { get; set; }

Property Value

MediaBlock

Settings

Gets or sets the sink settings.

public HLSSinkSettings Settings { get; set; }

Property Value

HLSSinkSettings

Video

Gets or sets the video encoder settings. Supported encoders: OpenH264EncoderSettings, AMFH264EncoderSettings, NVENCH264EncoderSettings, QSVH264EncoderSettings, MFHEVCEncoderSettings, AMFH265EncoderSettings, NVENCHEVCEncoderSettings, QSVHEVCEncoderSettings.

public IVideoEncoder Video { get; set; }

Property Value

IVideoEncoder

Methods

GetAudioEncoders()

Gets the audio encoders.

public Tuple<string, Type>[] GetAudioEncoders()

Returns

Tuple<string, Type>[]

Tuple<System.String, Type>[].

GetFilename()

Gets the filename.

public string GetFilename()

Returns

string

System.String.

GetVideoEncoders()

Gets the video encoders.

public Tuple<string, Type>[] GetVideoEncoders()

Returns

Tuple<string, Type>[]

Tuple<System.String, Type>[].

SetFilename(string)

Sets the filename.

public void SetFilename(string filename)

Parameters

filename string

The filename.