Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    CompressedSoundPacket Class

    Namespace: Stride.Audio
    Assembly: 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.

    | Improve this Doc View Source

    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

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation