public class PlayDirective extends Directive
| Constructor and Description |
|---|
PlayDirective() |
| Modifier and Type | Method and Description |
|---|---|
AudioItem |
getAudioItem()
Returns the audio item of the directive.
|
PlayBehavior |
getPlayBehavior()
Returns the play behavior of this directive.
|
void |
setAudioItem(AudioItem audioItem)
Sets the audio item of the directive.
|
void |
setPlayBehavior(PlayBehavior playBehavior)
Sets the play behavior of this directive.
|
public PlayBehavior getPlayBehavior()
public void setPlayBehavior(PlayBehavior playBehavior)
playBehavior - the play behavior of this directivepublic AudioItem getAudioItem()
public void setAudioItem(AudioItem audioItem)
audioItem - the audio item of the directiveCopyright © 2016. All rights reserved.