[Missing <summary> documentation for "P:Ozeki.Media.Audio.Streams.WaveFileStream.Length"]

Namespace: Ozeki.Media.Audio.Streams
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public override long Length { get; }
Visual Basic
Public Overrides ReadOnly Property Length As Long
	Get
Visual C++
public:
virtual property long long Length {
	long long get () override;
}

Property Value

Type: Int64

See Also