CMBufferQueue.TriggerCondition Enum

Definition

Enumerates trigger conditions for a buffer queue trigger.

public enum CMBufferQueue.TriggerCondition
type CMBufferQueue.TriggerCondition = 
Inheritance
CMBufferQueue.TriggerCondition

Fields

WhenBufferCountBecomesGreaterThan 11

The trigger is raised when the buffer count is greater than the specified value.

WhenBufferCountBecomesLessThan 10

The trigger is raised when the buffer count is less than the specified value.

WhenDataBecomesReady 7

The trigger is raised when the data is ready.

WhenDurationBecomesGreaterThan 3

The trigger is raised when the elapsed time is greater than the specified value.

WhenDurationBecomesGreaterThanOrEqualTo 4

The trigger is raised when the elapsed time is greater than or equal to the specified value.

WhenDurationBecomesGreaterThanOrEqualToAndBufferCountBecomesGreaterThan 12

The trigger is raised when the elapsed time is greater than or equal to its specified value and the elapsed time is greater than its specified value.

WhenDurationBecomesLessThan 1

The trigger is raised when the elapsed time becomes less than the specified value.

WhenDurationBecomesLessThanOrEqualTo 2

The trigger is raised when the elapsed time becomes less than or equal to the specified value.

WhenEndOfDataReached 8

The trigger is raised when the end of the data is reached.

WhenMaxPresentationTimeStampChanges 6

The trigger is raised when the maximum presentation time stamp changes.

WhenMinPresentationTimeStampChanges 5

The trigger is raised when the minimum presentation time stamp changes.

WhenReset 9

The trigger is raised when the buffer queue is reset.

Applies to