# Telephoto

> A Telephoto camera device. These devices have a longer focal length than a wide-angle camera.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AudioModule

```csharp
Telephoto = 2
```

### Remarks

On iOS devices, this value is reported directly by the hardware.

On Android devices, this value is reported for cameras with a calculated Equivalent Focal Length of greater than 45mm.

Additional Resources: [WebCamDevice.kind](/engine/6000.0/script-reference/unityengine/webcamdevice/kind.md).
