|
DTMFEmergencyBroadcastSystemAlert Property
|
Gets the
DTMF instance representing the Emergency Broadcast System alert tone.
Namespace: GSF.Media.SoundAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.205-beta
Syntax public static DTMF EmergencyBroadcastSystemAlert { get; }
Public Shared ReadOnly Property EmergencyBroadcastSystemAlert As DTMF
Get
public:
static property DTMF^ EmergencyBroadcastSystemAlert {
DTMF^ get ();
}
static member EmergencyBroadcastSystemAlert : DTMF with get
GSF.Media.Sound.DTMF.get_EmergencyBroadcastSystemAlert = function();
View SourceProperty Value
DTMFRemarks The official duration of an EBS Alert is 22.5 seconds.
See Also