Struct PhonemeTag ​
Namespace: ValveResourceFormat.ResourceTypes
Assembly: ValveResourceFormat.dll
Represents a phoneme timing tag for lip-sync animation.
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; }Property Value ​
See Also ​
https://s2v.app/SchemaExplorer/cs2/soundsystem_voicecontainers/CAudioPhonemeTag

