Class DebugMediaBlockSettings
Inherited Members
Namespace: VisioForge.Core.Types.X
Assembly: VisioForge.Core.dll
Syntax
public class DebugMediaBlockSettings
Properties
CheckImperfectOffset
Send element messages if offset and offset_end do not match up.
Declaration
public bool CheckImperfectOffset { get; set; }
Property Value
Type | Description |
---|---|
bool |
CheckImperfectTimestamp
Send element messages if timestamps and durations do not match up
Declaration
public bool CheckImperfectTimestamp { get; set; }
Property Value
Type | Description |
---|---|
bool |
DataRate
(Re)timestamps buffers with number of bytes per second (0 = inactive)
Declaration
public int DataRate { get; set; }
Property Value
Type | Description |
---|---|
int |
DropAllocation
Don't forward allocation queries. Default value: false.
Declaration
public bool DropAllocation { get; set; }
Property Value
Type | Description |
---|---|
bool |
DropProbability
The probability a buffer is dropped
Declaration
public float DropProbability { get; set; }
Property Value
Type | Description |
---|---|
float |
EOSAfter
EOS after N buffers
Declaration
public int EOSAfter { get; set; }
Property Value
Type | Description |
---|---|
int |
ErrorAfter
Error after N buffers
Declaration
public int ErrorAfter { get; set; }
Property Value
Type | Description |
---|---|
int |
SignalHandoffs
If set to TRUE, the identity will emit a handoff signal when handling a buffer
Declaration
public bool SignalHandoffs { get; set; }
Property Value
Type | Description |
---|---|
bool |
Silent
If silent.
Declaration
public bool Silent { get; set; }
Property Value
Type | Description |
---|---|
bool |
SingleSegment
Timestamp buffers and eat segments so as to appear as one segment.
Declaration
public bool SingleSegment { get; set; }
Property Value
Type | Description |
---|---|
bool |
SleepTime
Microseconds to sleep between processing.
Declaration
public uint SleepTime { get; set; }
Property Value
Type | Description |
---|---|
uint |
Sync
Synchronize to pipeline clock.
Declaration
public bool Sync { get; set; }
Property Value
Type | Description |
---|---|
bool |
TimestampOffset
Timestamp offset in nanoseconds for synchronisation, negative for earlier sync.
Declaration
public long TimestampOffset { get; set; }
Property Value
Type | Description |
---|---|
long |