CompressedSoundPacket Class
Namespace: Stride.AudioAssembly: Stride.Audio.dll
Used internally in SoundAsset
System.Object →
CompressedSoundPacket
Derived from CompressedSoundPacket:
[DataContract("CompressedSoundPacket")]
public class CompressedSoundPacket
| Name | Description | |
|---|---|---|
| Fields | ||
| Data | The Data. |
|
| Length | The length of the Data. |
|
Fields
Data
The Data.
public byte[] Data
Field Value
| Type | Description |
|---|---|
| System.Byte[] |
Length
The length of the Data.
public int Length
Field Value
| Type | Description |
|---|---|
| System.Int32 |