AudioStreamPlaybackCached Property |
Gets a boolean value indicating whether the playback stream is cached in the memory.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool Cached { get; }
Public ReadOnly Property Cached As Boolean
Get
public:
property bool Cached {
bool get ();
}
member Cached : bool with get
Property Value
Type:
BooleanSee Also