Table of Contents

Struct EmphasisSample

Namespace
ValveResourceFormat.ResourceTypes
Assembly
ValveResourceFormat.dll

Represents an emphasis sample for voice modulation.

public readonly struct EmphasisSample

Inherited Members

Properties

Time

Gets the time of the emphasis sample.

public float Time { get; }

Property Value

float

Value

Gets the emphasis value.

public float Value { get; }

Property Value

float