# pixelAspectRatioNumerator

> Numerator of the pixel aspect ratio (num:den) for the VideoClip or the URL. (Read Only)

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.Video](/engine/6000.0/script-reference/unityengine/video.md)
* **Assembly:** UnityEngine.VideoModule

```csharp
public uint pixelAspectRatioNumerator { get; }
```

### Remarks

For URL sources, this will only be set once the source preparation is completed.  See [VideoPlayer.Prepare](/engine/6000.0/script-reference/unityengine/video/videoplayer/prepare.md).
