Show / Hide Table of Contents

Class AN_CameraCaptureResult

Reult of capturing photo or video from camera

Inheritance
System.Object
AN_CameraCaptureResult
Namespace: SA.Android.Camera
Assembly: cs.temp.dll.dll
Syntax
public class AN_CameraCaptureResult : SA_Result

Constructors

AN_CameraCaptureResult(AN_Media)

Declaration
public AN_CameraCaptureResult(AN_Media media)
Parameters
Type Name Description
AN_Media media

AN_CameraCaptureResult(SA_Error)

Declaration
public AN_CameraCaptureResult(SA_Error error)
Parameters
Type Name Description
SA_Error error

Properties

Media

Captured media

Declaration
public AN_Media Media { get; }
Property Value
Type Description
AN_Media
In This Article
Back to top Generated by DocFX