public final class PlayAudioOptions extends Object
| Constructor and Description |
|---|
PlayAudioOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAudioFileId()
Get the audioFileId property: An id for the media in the AudioFileUri, using which we cache the media resource.
|
String |
getCallbackUri()
Get the callbackUri property: The callback Uri to receive PlayAudio status notifications.
|
String |
getOperationContext()
Get the operationContext property: The value to identify context of the operation.
|
Boolean |
isLoop()
Get the loop property: The flag indicating whether audio file needs to be played in loop or not.
|
PlayAudioOptions |
setAudioFileId(String audioFileId)
Set the audioFileId property: An id for the media in the AudioFileUri, using which we cache the media resource.
|
PlayAudioOptions |
setCallbackUri(String callbackUri)
Set the callbackUri property: The callback Uri to receive PlayAudio status notifications.
|
PlayAudioOptions |
setLoop(Boolean loop)
Set the loop property: The flag indicating whether audio file needs to be played in loop or not.
|
PlayAudioOptions |
setOperationContext(String operationContext)
Set the operationContext property: The value to identify context of the operation.
|
public Boolean isLoop()
public PlayAudioOptions setLoop(Boolean loop)
loop - the loop value to set.public String getOperationContext()
public PlayAudioOptions setOperationContext(String operationContext)
operationContext - the operationContext value to set.public String getAudioFileId()
public PlayAudioOptions setAudioFileId(String audioFileId)
audioFileId - the audioFileId value to set.public String getCallbackUri()
public PlayAudioOptions setCallbackUri(String callbackUri)
callbackUri - the callbackUri value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.