12 lines
296 B
C++
12 lines
296 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "AndroidCameraSettings.h"
|
|
|
|
|
|
/* UAndroidMediaSettings structors
|
|
*****************************************************************************/
|
|
|
|
UAndroidCameraSettings::UAndroidCameraSettings()
|
|
: CacheableVideoSampleBuffers(false)
|
|
{ }
|