Contents

languageCode

The language code of the track.

Declaration

static var languageCode: AVAsyncProperty<Root, String?> { get }

Discussion

Use the load(_:isolation:) method to retrieve the property value.

The value is an ISO 639-2/T language code, or nil if the track doesn’t specify a language code.

See Also

Loading language support