W3cubDocs

/Haxe JavaScript

RecordingState(String)

package js.html

Available on js

Variables

@:value(cast "inactive") @:enum @:impl inline read only INACTIVE:RecordingState = "inactive"

@:value(cast "paused") @:enum @:impl inline read only PAUSED:RecordingState = "paused"

@:value(cast "recording") @:enum @:impl inline read only RECORDING:RecordingState = "recording"

Static variables

@:value(cast "inactive") @:enum @:impl static inline read only INACTIVE:RecordingState = "inactive"

@:value(cast "paused") @:enum @:impl static inline read only PAUSED:RecordingState = "paused"

@:value(cast "recording") @:enum @:impl static inline read only RECORDING:RecordingState = "recording"

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/RecordingState.html