OptionsConfigurationPlaybackRate Property |
Gets or sets the playback rate.
Namespace:
butterflow_ui
Assembly:
butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public string PlaybackRate { get; set; }
Public Property PlaybackRate As String
Get
Set
public:
property String^ PlaybackRate {
String^ get ();
void set (String^ value);
}
member PlaybackRate : string with get, set
Property Value
Type:
String The playback rate.
See Also