Record.StopTones Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)