AudioSource.Size Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.