---
title: MEEstimatedSampleLocation
framework: MediaExtension
role: symbol
role_heading: Class
platforms: [macOS 14.0+]
path: mediaextension/meestimatedsamplelocation
---

# MEEstimatedSampleLocation

An object that provides information about the estimated sample location with the media.

## Declaration

```swift
class MEEstimatedSampleLocation
```

## Topics

### Creating an estimated sample location

- [init(byteSource:estimatedSampleLocation:refinementDataLocation:)](mediaextension/meestimatedsamplelocation/init(bytesource:estimatedsamplelocation:refinementdatalocation:).md)

### Inspecting an estimated sample location

- [byteSource](mediaextension/meestimatedsamplelocation/bytesource.md)
- [estimatedSampleLocation](mediaextension/meestimatedsamplelocation/estimatedsamplelocation.md)
- [refinementDataLocation](mediaextension/meestimatedsamplelocation/refinementdatalocation.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Sample cursors

- [MESampleCursor](mediaextension/mesamplecursor.md)
- [MESampleLocation](mediaextension/mesamplelocation.md)
- [MESampleCursorChunk](mediaextension/mesamplecursorchunk.md)
- [MEHEVCDependencyInfo](mediaextension/mehevcdependencyinfo.md)
