C# Class FSO.Files.Formats.IFF.Chunks.FWAV

This chunk type holds the name of a sound event that this object uses.
Inheritance: IffChunk
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
Name string

Méthodes publiques

Méthode Description
Read ( IffFile iff, Stream stream ) : void

Reads a FWAV chunk from a stream.

Write ( IffFile iff, Stream stream ) : bool

Method Details

Read() public méthode

Reads a FWAV chunk from a stream.
public Read ( IffFile iff, Stream stream ) : void
iff IffFile An Iff instance.
stream Stream A Stream object holding a FWAV chunk.
Résultat void

Write() public méthode

public Write ( IffFile iff, Stream stream ) : bool
iff IffFile
stream Stream
Résultat bool

Property Details

Name public_oe property

public string Name
Résultat string