---
title: "PitchLimits"
description: "Represents the limits for pitch angles in degrees."
type: "class"
lastmod: "2026-09-24"
---
## API Reference

> Source set: Android

```kotlin
public class PitchLimits(
    public val minimumPitch: Float,
    public val maximumPitch: Float,
)
```

Represents the limits for pitch angles in degrees.

## Functions

### equals

> Source set: Android

```kotlin
override fun equals(other: Any?): Boolean
```

### hashCode

> Source set: Android

```kotlin
override fun hashCode(): Int
```

### toString

> Source set: Android

```kotlin
override fun toString(): String
```

## Members

### Companion

> Source set: Android

```kotlin
public companion object
```

## Properties

### FullRange

> Source set: Android

```kotlin
@JvmField public val FullRange: PitchLimits = PitchLimits(-90f, 90f)
```
