AVCompositionTrack Class
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.
[Foundation.Register("AVCompositionTrack", true)]
public class AVCompositionTrack : AVFoundation.AVAssetTrack
[<Foundation.Register("AVCompositionTrack", true)>]
type AVCompositionTrack = class
inherit AVAssetTrack
- Inheritance
- Derived
- Attributes
Constructors
| AVCompositionTrack(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| AVCompositionTrack(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Asset | (Inherited from AVAssetTrack) |
| AvailableMetadataFormats | (Inherited from AVAssetTrack) |
| AvailableTrackAssociationTypes | (Inherited from AVAssetTrack) |
| CanProvideSampleCursors | (Inherited from AVAssetTrack) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CommonMetadata | (Inherited from AVAssetTrack) |
| DebugDescription | (Inherited from NSObject) |
| Decodable | (Inherited from AVAssetTrack) |
| Description | (Inherited from NSObject) |
| Enabled |
Whether the track is enabled. (Inherited from AVAssetTrack) |
| EstimatedDataRate | (Inherited from AVAssetTrack) |
| ExposedBindings | (Inherited from NSObject) |
| ExtendedLanguageTag | (Inherited from AVAssetTrack) |
| FormatDescriptionReplacements | |
| FormatDescriptions |
An array of CMFormatDescriptions that describe the formats of the samples in the AVAssetTrack. (Inherited from AVAssetTrack) |
| FormatDescriptionsAsObjects | (Inherited from AVAssetTrack) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| HasAudioSampleDependencies | (Inherited from AVAssetTrack) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| LanguageCode | (Inherited from AVAssetTrack) |
| MediaType | (Inherited from AVAssetTrack) |
| Metadata | (Inherited from AVAssetTrack) |
| MinFrameDuration | (Inherited from AVAssetTrack) |
| NaturalSize | (Inherited from AVAssetTrack) |
| NaturalTimeScale | (Inherited from AVAssetTrack) |
| NominalFrameRate | (Inherited from AVAssetTrack) |
| Playable |
Whether the track is currently playable in the current environment. (Inherited from AVAssetTrack) |
| PreferredTransform | (Inherited from AVAssetTrack) |
| PreferredVolume | (Inherited from AVAssetTrack) |
| RequiresFrameReordering | (Inherited from AVAssetTrack) |
| RetainCount | (Inherited from NSObject) |
| Segments | |
| Self | (Inherited from NSObject) |
| SelfContained |
Whether all sample data is contained internally, with no external data. (Inherited from AVAssetTrack) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| TimeRange | (Inherited from AVAssetTrack) |
| TotalSampleDataLength | (Inherited from AVAssetTrack) |
| TrackID | (Inherited from AVAssetTrack) |
| Zone | (Inherited from NSObject) |