Table of Contents

Class FacebookLiveSinkSettings

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

Facebook Live sink settings.

public class FacebookLiveSinkSettings : IMediaBlockSettings

Inheritance

Implements

Inherited Members

Constructors

FacebookLiveSinkSettings(string)

Initializes a new instance of the VisioForge.Core.Types.X.Sinks.FacebookLiveSinkSettings class.

public FacebookLiveSinkSettings(string key)

Parameters

key string

The Facebook Live streaming key.

Properties

Key

Gets or sets the Facebook Live streaming key.

public string Key { get; set; }

Property Value

string

Methods

CreateBlock()

Creates the media block instance for Facebook Live sink.

public MediaBlock CreateBlock()

Returns

MediaBlock

A new instance of VisioForge.Core.MediaBlocks.Sinks.FacebookLiveSinkBlock configured with these settings.