|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AESAudioMetadata.Face
Public interface to the nested Face object. Instances of this should be created only by appropriate methods, but can be accessed through the public methods of this interface.
Method Summary | |
---|---|
void |
addFaceRegion()
Adds a FaceRegion. |
java.lang.String |
getDirection()
Returns the direction. |
AESAudioMetadata.TimeDesc |
getDuration()
Returns the duration. |
AESAudioMetadata.FaceRegion |
getFaceRegion(int i)
Returns an indexed FaceRegion. |
AESAudioMetadata.TimeDesc |
getStartTime()
Returns the starting time. |
void |
setDirection(java.lang.String direction)
Sets the direction. |
void |
setDuration(long samples)
Sets the duration. |
void |
setStartTime(long samples)
Sets the starting time. |
Method Detail |
---|
AESAudioMetadata.FaceRegion getFaceRegion(int i)
void addFaceRegion()
AESAudioMetadata.TimeDesc getStartTime()
AESAudioMetadata.TimeDesc getDuration()
java.lang.String getDirection()
void setStartTime(long samples)
void setDuration(long samples)
void setDirection(java.lang.String direction)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |