C# Класс Files.IFF.FWAV

This chunk type holds a null-terminated string that specifies the name of a track/event pair. This chunk type is used by the SimAntics "Play sound event" instruction, which looks up the track/event pair with this name in the EVT files of the game, and then sends the event to the track.
Наследование: IFFChunk
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
TrackEventPair string

Открытые методы

Метод Описание
FWAV ( IFFChunk BaseChunk ) : System.IO

Описание методов

FWAV() публичный Метод

public FWAV ( IFFChunk BaseChunk ) : System.IO
BaseChunk IFFChunk
Результат System.IO

Описание свойств

TrackEventPair публичное свойство

public string TrackEventPair
Результат string