Interface IPushSourceSettings
Interface IPushSourceSettings.
Namespace: VisioForge.Core.Types.X.Sources
Assembly: VisioForge.Core.dll
Syntax
public interface IPushSourceSettings
Properties
BlockPushData
Gets or sets a value indicating whether to block pushing data until it's read.
Declaration
bool BlockPushData { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|
DoTimestamp
Gets or sets a value indicating whether to add timestamp.
Declaration
bool DoTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|
IsLive
Gets or sets a value indicating whether this instance is live.
Declaration
bool IsLive { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|
PushFormat
Gets or sets the format.
Declaration
PushSourceFormat PushFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| PushSourceFormat | The format. |
StreamType
Gets or sets the type of the stream.
Declaration
PushSourceStreamType StreamType { get; set; }
Property Value
| Type | Description |
|---|---|
| PushSourceStreamType | The type of the stream. |
Methods
GetSourceType()
Gets the type of the source.
Declaration
PushSourceType GetSourceType()
Returns
| Type | Description |
|---|---|
| PushSourceType | PushSourceType. |