SilenceGeneratorLength Property |
Namespace:
CSAudioPlayer
Assembly:
CSAudioPlayer (in CSAudioPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public long Length { get; }
Public ReadOnly Property Length As Long
Get
Dim instance As SilenceGenerator
Dim value As Long
value = instance.Length
abstract Length : int64 with get
override Length : int64 with get
/** @property */
public final long get_Length()
final function get Length () : long
Property Value
Type:
Int64Implements
IAudioSource.LengthSee Also