public interface IPresentationVisualizationModes
Modifier and Type | Field and Description |
---|---|
static int |
AUDITORIUM
The mode id to simulate a presentation in an auditorium.
|
static int |
LARGE_ROOM
The mode id to simulate a presentation in a large room.
|
static int |
SMALL_ROOM
The mode id to simulate a presentation in a small room.
|
static final int SMALL_ROOM
static final int LARGE_ROOM
static final int AUDITORIUM