AudioStreamPlaybackLoop Property |
A boolean value indicating whether the playback is repeated infinetly.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
BooleanSee Also