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