Class | Description |
---|---|
PlaceEntity |
Class describing every attributes of a
Place . |
SoundEntity |
Class describing every attributes of a
Reading . |
Enum | Description |
---|---|
SoundEntity.Where |
List of all possible types of audible area:
SoundEntity.Where.INSIDE : the sound is a reading played within the place contour;
SoundEntity.Where.AROUND : the sound is audible around the place by a given SoundEntity.around_extent_ factor;
SoundEntity.Where.ELSEWHERE : the playback is played anywhere else.
|