Upravit

Sdílet prostřednictvím


AudioSource.Size Property

Definition

Used to set or get the size of the audio stream.

public abstract long Size { get; set; }
member this.Size : int64 with get, set

Property Value

The size of the file.

Remarks

If the AudioSource is created in reading mode, this method should return the size of the audio data. If the AudioSource is created to write data, this method is invoked to set the audio file size.

Applies to