Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaSE Documentation
AlertAudioData

Class AlertAudioData

Hierarchy

java.lang.Object
     com.smartdevicelink.managers.screen.AudioData

Package
com.smartdevicelink.managers.screen
All Implemented Interfaces
java.lang.Cloneable

Constructors

AlertAudioData( SdlFile audioFile )

public AlertAudioData(SdlFile audioFile)

Constructor Parameters

audioFile

AlertAudioData( String phoneticString, SpeechCapabilities phoneticType )

public AlertAudioData(String phoneticString,SpeechCapabilities phoneticType)

Constructor Parameters

phoneticString
phoneticType

Methods

isPlayTone()

public boolean isPlayTone()

setPlayTone( boolean playTone )

public void setPlayTone(boolean playTone)

Method Parameters

playTone

clone()

Creates a deep copy of the object

public com.smartdevicelink.managers.screen.AlertAudioData clone()

Inherited Methods

From Class Methods
com.smartdevicelink.managers.screen.AudioData addAudioFiles, addSpeechSynthesizerStrings, addPhoneticSpeechSynthesizerStrings, getAudioData
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section