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

NameDescription
Public propertyInnerClip Gets the AudioClip described by the object.

Methods

NameDescription
Public methodStatic memberCreate Creates a AudioClipExt.StreamedPcmClip object from a data stream.
Public methodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Extension Methods

NameDescription
Public Extension MethodThrowIfNull Throws an exception if the object is null. (Defined by ObjectExt.)

See Also

Reference

UltimateXR.Extensions.Unity.Audio Namespace