<!--
{
  "availability" : [
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MediaExtension",
  "identifier" : "/documentation/MediaExtension/MEFileInfo",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "MediaExtension"
    ],
    "preciseIdentifier" : "c:objc(cs)MEFileInfo"
  },
  "title" : "MEFileInfo"
}
-->

# MEFileInfo

An object that contains file properties from the media asset.

```
class MEFileInfo
```

## Topics

### Inspecting file properties

[`duration`](/documentation/MediaExtension/MEFileInfo/duration)

The duration of the media asset, if available.

[`fragmentsStatus`](/documentation/MediaExtension/MEFileInfo/fragmentsStatus-swift.property)

Indicates if the media asset contains fragments or is extendable by fragments.

[`FragmentsStatus`](/documentation/MediaExtension/MEFileInfo/FragmentsStatus-swift.enum)

An enumeration that describes if a media asset contains or supports fragments.

## Relationships

### Conforms To

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)