Table of Contents

Interface IPushSourceSettings

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

Interface IPushSourceSettings.

public interface IPushSourceSettings

Properties

BlockPushData

Gets or sets a value indicating whether to block pushing data until it's read.

bool BlockPushData { get; set; }

Property Value

bool

DoTimestamp

Gets or sets a value indicating whether to add timestamp.

bool DoTimestamp { get; set; }

Property Value

bool

IsLive

Gets or sets a value indicating whether this instance is live.

bool IsLive { get; set; }

Property Value

bool

PushFormat

Gets or sets the format.

PushSourceFormat PushFormat { get; set; }

Property Value

PushSourceFormat

StreamType

Gets or sets the type of the stream.

PushSourceStreamType StreamType { get; set; }

Property Value

PushSourceStreamType

Methods

GetSourceType()

Gets the type of the source.

PushSourceType GetSourceType()

Returns

PushSourceType

PushSourceType.