AudioClipExt.StreamedPcmClip Class
Describes a PCM audio clip.
Inheritance Hierarchy
System.Object
UltimateXR.Extensions.Unity.Audio.AudioClipExt.StreamedPcmClip
Namespace: UltimateXR.Extensions.Unity.Audio
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public sealed class StreamedPcmClip : IDisposable
The AudioClipExt.StreamedPcmClip type exposes the following members.
Properties
Name | Description | |
---|---|---|
InnerClip | Gets the AudioClip described by the object. |
Methods
Name | Description | |
---|---|---|
Create | Creates a AudioClipExt.StreamedPcmClip object from a data stream. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Extension Methods
Name | Description | |
---|---|---|
ThrowIfNull | Throws an exception if the object is null. (Defined by ObjectExt.) |