WaveFileStreamCanRead Property |
Gets a value indicating whether the current stream supports reading.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic override bool CanRead { get; }
Public Overrides ReadOnly Property CanRead As Boolean
Get
public:
virtual property bool CanRead {
bool get () override;
}
abstract CanRead : bool with get
override CanRead : bool with get
Property Value
Type:
Boolean
See Also