Record.StopTones Property

Definition

Stop patterns which users can punch to end recording.

Ex: " Press pound when done recording" Or "Press 11 when done recording".

Note: each stop tone is a string, since the application might potentially want to stop recording based on when user presses # or 11. Thus multiple digits together might constitute a single stop tone pattern. Hence it is represented as a string and not an int.

Default : none

TODO : change to string from char later when scenario emerges

public System.Collections.Generic.IEnumerable<char> StopTones { get; set; }
member this.StopTones : seq<char> with get, set
Public Property StopTones As IEnumerable(Of Char)

Property Value

IEnumerable<Char>

Applies to