addListener(Listener *listenerToAdd) | juce::CameraDevice | |
CameraDevice(const String &name, int index, int minWidth, int minHeight, int maxWidth, int maxHeight, bool highQuality) | juce::CameraDevice | private |
createViewerComponent() | juce::CameraDevice | |
getAvailableDevices() | juce::CameraDevice | static |
getFileExtension() | juce::CameraDevice | static |
getName() const noexcept | juce::CameraDevice | inline |
getTimeOfFirstRecordedFrame() const | juce::CameraDevice | |
juce_cameraCaptureSessionActive(int64, void *) | juce::CameraDevice | friend |
juce_cameraCaptureSessionCaptureCompleted(int64, bool, void *, void *, void *) | juce::CameraDevice | friend |
juce_cameraCaptureSessionCaptureFailed(int64, bool, void *, void *, void *) | juce::CameraDevice | friend |
juce_cameraCaptureSessionCaptureProgressed(int64, bool, void *, void *, void *) | juce::CameraDevice | friend |
juce_cameraCaptureSessionCaptureSequenceAborted(int64, bool, void *, int) | juce::CameraDevice | friend |
juce_cameraCaptureSessionCaptureSequenceCompleted(int64, bool, void *, int, int64) | juce::CameraDevice | friend |
juce_cameraCaptureSessionCaptureStarted(int64, bool, void *, void *, int64, int64) | juce::CameraDevice | friend |
juce_cameraCaptureSessionClosed(int64, void *) | juce::CameraDevice | friend |
juce_cameraCaptureSessionConfigured(int64, void *) | juce::CameraDevice | friend |
juce_cameraCaptureSessionConfigureFailed(int64, void *) | juce::CameraDevice | friend |
juce_cameraCaptureSessionReady(int64, void *) | juce::CameraDevice | friend |
juce_cameraDeviceStateClosed(int64) | juce::CameraDevice | friend |
juce_cameraDeviceStateDisconnected(int64) | juce::CameraDevice | friend |
juce_cameraDeviceStateError(int64, int) | juce::CameraDevice | friend |
juce_cameraDeviceStateOpened(int64, void *) | juce::CameraDevice | friend |
juce_deviceOrientationChanged(int64, int) | juce::CameraDevice | friend |
name | juce::CameraDevice | private |
onErrorOccurred | juce::CameraDevice | |
OpenCameraResultCallback typedef | juce::CameraDevice | |
openDevice(int deviceIndex, int minWidth=128, int minHeight=64, int maxWidth=1024, int maxHeight=768, bool highQuality=true) | juce::CameraDevice | static |
openDeviceAsync(int deviceIndex, OpenCameraResultCallback resultCallback, int minWidth=128, int minHeight=64, int maxWidth=1024, int maxHeight=768, bool highQuality=true) | juce::CameraDevice | static |
pimpl | juce::CameraDevice | private |
removeListener(Listener *listenerToRemove) | juce::CameraDevice | |
startRecordingToFile(const File &file, int quality=2) | juce::CameraDevice | |
stopRecording() | juce::CameraDevice | |
takeStillPicture(std::function< void(const Image &)> pictureTakenCallback) | juce::CameraDevice | |
ViewerComponent | juce::CameraDevice | friend |
~CameraDevice() | juce::CameraDevice | virtual |