AudioTimeStamp.AtsFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
NothingValid | 0 | No time stamp fields are valid. |
SampleTimeValid | 1 | The SampleTime is valid. |
HostTimeValid | 2 | The HostTime field is valid. |
SampleHostTimeValid | 3 | The SampleHostTime is valid. |
RateScalarValid | 4 | The RateScalar is valid. |
WordClockTimeValid | 8 | The WorldClockTime is valid. |
SmpteTimeValid | 16 | The SmpteTime is valid. |
Remarks
The values on this enumeration are used to signal which fields of the AudioTimeStamp are valid.