Struct PhonemeTag ​
Namespace: ValveResourceFormat.ResourceTypes
Assembly: ValveResourceFormat.dll
Represents a phoneme timing tag for lip-sync animation. Corresponds to CAudioPhonemeTag in the schema.
csharp
public readonly struct PhonemeTagProperties ​
EndTime ​
Gets the end time of the phoneme.
csharp
public float EndTime { get; init; }Property Value ​
PhonemeCode ​
Gets the phoneme identifier code.
csharp
public ushort PhonemeCode { get; init; }Property Value ​
StartTime ​
Gets the start time of the phoneme.
csharp
public float StartTime { get; init; }
