SwiftlyS2

CVSound

Interface CVSound

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CVSound : ISchemaClass<CVSound>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

Channels

ref uint Channels { get; }
Property Value

Duration

ref float Duration { get; }
Property Value

EncodedHeader

ref CUtlBinaryBlock EncodedHeader { get; }
Property Value

Format

ref CVSoundFormat_t Format { get; }
Property Value

LoopEnd

ref int LoopEnd { get; }
Property Value

LoopStart

ref int LoopStart { get; }
Property Value

Rate

ref int Rate { get; }
Property Value

SampleCount

ref uint SampleCount { get; }
Property Value

SeekTable

ref CUtlVector<int> SeekTable { get; }
Property Value

Sentences

ref CUtlVector<CAudioSentence> Sentences { get; }
Property Value

StreamingSize

ref uint StreamingSize { get; }
Property Value

On this page