MonobjcMonobjc Documented Class Library
NSSpeechOutputToFileURLProperty Field
NamespacesMonobjc.AppKitNSSpeechSynthesizerNSSpeechOutputToFileURLProperty

Set the speech output destination to a file or to the computer’s speakers. An NSURL object. To write the speech output to a file, use the file’s NSURL; to generate the sound through the computer’s speakers, use NULL.

This property works with setObject:forProperty:error:.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSSpeechOutputToFileURLProperty
Public Shared ReadOnly NSSpeechOutputToFileURLProperty As NSString
public:
static initonly NSString^ NSSpeechOutputToFileURLProperty
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)