AudioTimeStamp.AtsFlags Enum

Definition

Represents the valid elements in an AudioTimeStamp structure.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum AudioTimeStamp.AtsFlags
type AudioTimeStamp.AtsFlags = 
Inheritance
AudioTimeStamp.AtsFlags
Attributes

Fields

HostTimeValid 2

The HostTime field is valid.

NothingValid 0

No time stamp fields are valid.

RateScalarValid 4

The RateScalar is valid.

SampleHostTimeValid 3

The SampleHostTime is valid.

SampleTimeValid 1

The SampleTime is valid.

SmpteTimeValid 16

The SmpteTime is valid.

WordClockTimeValid 8

The WorldClockTime is valid.

Remarks

The values on this enumeration are used to signal which fields of the AudioTimeStamp are valid.

Applies to