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