Struct EmphasisSample ​
Namespace: ValveResourceFormat.ResourceTypes
Assembly: ValveResourceFormat.dll
Represents an emphasis sample for voice modulation. Corresponds to CAudioEmphasisSample in the schema.
csharp
public readonly struct EmphasisSampleProperties ​
Time ​
Gets the time of the emphasis sample.
csharp
public float Time { get; }Property Value ​
Value ​
Gets the emphasis value.
csharp
public float Value { get; }
