AudioStreamPlaybackLoop Property |
A boolean value indicating whether the playback is repeated infinetly.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool Loop { get; protected set; }
Public Property Loop As Boolean
Get
Protected Set
public:
property bool Loop {
bool get ();
protected: void set (bool value);
}
member Loop : bool with get, set
Property Value
Type:
Boolean
See Also