public interface VisemeEvent
| Modifier and Type | Method and Description |
|---|---|
Viseme |
getCurrentViseme()
Returns the current Viseme at the time of the event.
|
int |
getDuration()
Returns the number of milliseconds for the transition to the next Viseme.
|
Viseme |
getNextViseme()
Returns the Viseme to transition to.
|
long |
getStream()
Returns the speech Stream identifier.
|
long |
getTimestampMillisecUTC()
Returns the timestamp of the VisemeEvent.
|
long getStream()
Viseme getCurrentViseme()
Viseme getNextViseme()
int getDuration()
long getTimestampMillisecUTC()
Copyright © 2011-2014. All Rights Reserved.