Table of Contents

Class PushDataSourceSettings

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

Push data source settings. Implements the VisioForge.Core.Types.X.Sources.IPushSourceSettings.

public class PushDataSourceSettings : IPushSourceSettings

Inheritance

Implements

Inherited Members

Properties

BlockPushData

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

public bool BlockPushData { get; set; }

Property Value

bool

Caps

Gets or sets the caps.

public Caps Caps { get; set; }

Property Value

Caps

DoTimestamp

Gets or sets a value indicating whether to add timestamp.

public bool DoTimestamp { get; set; }

Property Value

bool

IsLive

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

public bool IsLive { get; set; }

Property Value

bool

PadMediaType

Gets or sets the type of the pad.

public MediaBlockPadMediaType PadMediaType { get; set; }

Property Value

MediaBlockPadMediaType

PushFormat

Gets or sets the format.

public PushSourceFormat PushFormat { get; set; }

Property Value

PushSourceFormat

StreamType

Gets or sets the type of the stream.

public PushSourceStreamType StreamType { get; set; }

Property Value

PushSourceStreamType

Methods

GetSourceType()

Gets the type of the source.

public PushSourceType GetSourceType()

Returns

PushSourceType

PushSourceType.

See Also