AVAssetTrack.HasMediaCharacteristic(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the AVAssetTrack has the specified mediaCharacteristic
.
[Foundation.Export("hasMediaCharacteristic:")]
public virtual bool HasMediaCharacteristic (string mediaCharacteristic);
abstract member HasMediaCharacteristic : string -> bool
override this.HasMediaCharacteristic : string -> bool
Parameters
- mediaCharacteristic
- String
Should be one of the constants defined in AVMediaCharacteristic.
Returns
- Attributes