#include <juce_gui_extra/juce_gui_extra.h>
#include "playback/juce_VideoComponent.h"
#include "capture/juce_CameraDevice.h"
Macros | |
#define | JUCE_CAMERA_LOG(x) {} |
#define | JUCE_CAMERA_LOG_ENABLED 0 |
#define | JUCE_SYNC_VIDEO_VOLUME_WITH_OS_MEDIA_VOLUME 1 |
Config: JUCE_SYNC_VIDEO_VOLUME_WITH_OS_MEDIA_VOLUME Enables synchronisation between video playback volume and OS media volume. More... | |
#define | JUCE_USE_CAMERA 0 |
Config: JUCE_USE_CAMERA Enables camera support using the CameraDevice class (Mac, Windows, iOS, Android). More... | |
#define | JUCE_VIDEO_H_INCLUDED |
#define | JUCE_VIDEO_LOG(x) DBG(x) |
#define | JUCE_VIDEO_LOG_ENABLED 1 |
#define JUCE_CAMERA_LOG | ( | x | ) | {} |
#define JUCE_CAMERA_LOG_ENABLED 0 |
#define JUCE_SYNC_VIDEO_VOLUME_WITH_OS_MEDIA_VOLUME 1 |
Config: JUCE_SYNC_VIDEO_VOLUME_WITH_OS_MEDIA_VOLUME Enables synchronisation between video playback volume and OS media volume.
Currently supported on Android only.
#define JUCE_USE_CAMERA 0 |
Config: JUCE_USE_CAMERA Enables camera support using the CameraDevice class (Mac, Windows, iOS, Android).
#define JUCE_VIDEO_H_INCLUDED |
#define JUCE_VIDEO_LOG | ( | x | ) | DBG(x) |
#define JUCE_VIDEO_LOG_ENABLED 1 |