Class CameraPreview
An Android camera preview.
Inheritance
System.Object
CameraPreview
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch.Android
Assembly: FM.LiveSwitch.Android.dll
Syntax
public class CameraPreview
Constructors
CameraPreview(Context, LayoutScale)
Declaration
public CameraPreview(Context context, LayoutScale scale)
Parameters
| Type | Name | Description |
|---|---|---|
| Context | context | |
| LayoutScale | scale |
Properties
Context
Declaration
public Context Context { get; }
Property Value
| Type | Description |
|---|---|
| Context |
Muted
Declaration
public bool Muted { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
View
Declaration
public Android.Views.View View { get; }
Property Value
| Type | Description |
|---|---|
| Android.Views.View |
ViewScale
Declaration
public LayoutScale ViewScale { get; set; }
Property Value
| Type | Description |
|---|---|
| LayoutScale |