@@ -3503,14 +3503,15 @@ declare class AVMediaDataStorage extends NSObject {
35033503 URL ( ) : NSURL ;
35043504}
35053505
3506- // @ts -ignore ClassDecl.tsIgnore
35073506declare class AVFragmentedMovie extends AVMovie implements AVFragmentMinding {
35083507 readonly tracks : NSArray ;
35093508
3510- // @ts -ignore MemberDecl.tsIgnore
3509+ trackWithTrackID ( trackID : number ) : AVMovieTrack ;
3510+ trackWithTrackID ( trackID : number ) : AVAssetTrack ;
35113511 trackWithTrackID ( trackID : number ) : AVFragmentedMovieTrack ;
35123512
3513- // @ts -ignore MemberDecl.tsIgnore
3513+ loadTrackWithTrackIDCompletionHandler ( trackID : number , completionHandler : ( p1 : AVMovieTrack , p2 : NSError ) => void | null ) : void ;
3514+ loadTrackWithTrackIDCompletionHandler ( trackID : number , completionHandler : ( p1 : AVAssetTrack , p2 : NSError ) => void | null ) : void ;
35143515 loadTrackWithTrackIDCompletionHandler ( trackID : number , completionHandler : ( p1 : AVFragmentedMovieTrack , p2 : NSError ) => void | null ) : void ;
35153516
35163517 tracksWithMediaType ( mediaType : string ) : NSArray ;
@@ -3737,11 +3738,10 @@ declare class AVPlayerVideoOutput extends NSObject {
37373738declare class AVCaptureDeferredPhotoProxy extends AVCapturePhoto {
37383739}
37393740
3740- // @ts -ignore ClassDecl.tsIgnore
37413741declare class AVCompositionTrack extends AVAssetTrack {
37423742 readonly segments : NSArray ;
37433743
3744- // @ts -ignore MemberDecl.tsIgnore
3744+ segmentForTrackTime ( trackTime : CMTime ) : AVAssetTrackSegment ;
37453745 segmentForTrackTime ( trackTime : CMTime ) : AVCompositionTrackSegment ;
37463746
37473747 readonly formatDescriptionReplacements : NSArray ;
@@ -5609,10 +5609,12 @@ declare class AVMutableMovie extends AVMovie {
56095609
56105610 setMetadata ( metadata : NSArray < interop . Object > | Array < interop . Object > ) : void ;
56115611
5612- // @ts -ignore MemberDecl.tsIgnore
5612+ trackWithTrackID ( trackID : number ) : AVMovieTrack ;
5613+ trackWithTrackID ( trackID : number ) : AVAssetTrack ;
56135614 trackWithTrackID ( trackID : number ) : AVMutableMovieTrack ;
56145615
5615- // @ts -ignore MemberDecl.tsIgnore
5616+ loadTrackWithTrackIDCompletionHandler ( trackID : number , completionHandler : ( p1 : AVMovieTrack , p2 : NSError ) => void | null ) : void ;
5617+ loadTrackWithTrackIDCompletionHandler ( trackID : number , completionHandler : ( p1 : AVAssetTrack , p2 : NSError ) => void | null ) : void ;
56165618 loadTrackWithTrackIDCompletionHandler ( trackID : number , completionHandler : ( p1 : AVMutableMovieTrack , p2 : NSError ) => void | null ) : void ;
56175619
56185620 tracksWithMediaType ( mediaType : string ) : NSArray ;
@@ -5634,7 +5636,6 @@ declare class AVMutableMovie extends AVMovie {
56345636 unusedTrackID ( ) : number ;
56355637}
56365638
5637- // @ts -ignore ClassDecl.tsIgnore
56385639declare class AVMovie extends AVAsset implements NSCopying , NSMutableCopying {
56395640 static movieTypes ( ) : NSArray ;
56405641
@@ -5664,10 +5665,10 @@ declare class AVMovie extends AVAsset implements NSCopying, NSMutableCopying {
56645665
56655666 isCompatibleWithFileType ( fileType : string ) : boolean ;
56665667
5667- // @ts -ignore MemberDecl.tsIgnore
5668+ trackWithTrackID ( trackID : number ) : AVAssetTrack ;
56685669 trackWithTrackID ( trackID : number ) : AVMovieTrack ;
56695670
5670- // @ts -ignore MemberDecl.tsIgnore
5671+ loadTrackWithTrackIDCompletionHandler ( trackID : number , completionHandler : ( p1 : AVAssetTrack , p2 : NSError ) => void | null ) : void ;
56715672 loadTrackWithTrackIDCompletionHandler ( trackID : number , completionHandler : ( p1 : AVMovieTrack , p2 : NSError ) => void | null ) : void ;
56725673
56735674 tracksWithMediaType ( mediaType : string ) : NSArray ;
@@ -5708,18 +5709,17 @@ declare class AVCompositionTrackSegment extends AVAssetTrackSegment {
57085709 isEmpty ( ) : boolean ;
57095710}
57105711
5711- // @ts -ignore ClassDecl.tsIgnore
57125712declare class AVComposition extends AVAsset implements NSMutableCopying {
57135713 readonly tracks : NSArray ;
57145714
57155715 readonly naturalSize : CGSize ;
57165716
57175717 readonly URLAssetInitializationOptions : NSDictionary ;
57185718
5719- // @ts -ignore MemberDecl.tsIgnore
5719+ trackWithTrackID ( trackID : number ) : AVAssetTrack ;
57205720 trackWithTrackID ( trackID : number ) : AVCompositionTrack ;
57215721
5722- // @ts -ignore MemberDecl.tsIgnore
5722+ loadTrackWithTrackIDCompletionHandler ( trackID : number , completionHandler : ( p1 : AVAssetTrack , p2 : NSError ) => void | null ) : void ;
57235723 loadTrackWithTrackIDCompletionHandler ( trackID : number , completionHandler : ( p1 : AVCompositionTrack , p2 : NSError ) => void | null ) : void ;
57245724
57255725 tracksWithMediaType ( mediaType : string ) : NSArray ;
@@ -6617,10 +6617,10 @@ declare class AVVideoCompositionInstruction extends NSObject implements NSSecure
66176617declare class AVMutableVideoComposition extends AVVideoComposition {
66186618 static videoComposition ( ) : AVMutableVideoComposition ;
66196619
6620- // @ts -ignore MemberDecl.tsIgnore
6620+ static videoCompositionWithPropertiesOfAsset ( asset : AVAsset ) : AVVideoComposition ;
66216621 static videoCompositionWithPropertiesOfAsset ( asset : AVAsset ) : AVMutableVideoComposition ;
66226622
6623- // @ts -ignore MemberDecl.tsIgnore
6623+ static videoCompositionWithPropertiesOfAssetCompletionHandler ( asset : AVAsset , completionHandler : ( p1 : AVVideoComposition , p2 : NSError ) => void | null ) : void ;
66246624 static videoCompositionWithPropertiesOfAssetCompletionHandler ( asset : AVAsset , completionHandler : ( p1 : AVMutableVideoComposition , p2 : NSError ) => void | null ) : void ;
66256625
66266626 static videoCompositionWithPropertiesOfAssetPrototypeInstruction ( asset : AVAsset , prototypeInstruction : AVVideoCompositionInstruction ) : AVMutableVideoComposition ;
@@ -6698,10 +6698,10 @@ declare class AVMutableVideoComposition extends AVVideoComposition {
66986698
66996699 setPerFrameHDRDisplayMetadataPolicy ( perFrameHDRDisplayMetadataPolicy : string ) : void ;
67006700
6701- // @ts -ignore MemberDecl.tsIgnore
6701+ static videoCompositionWithAssetApplyingCIFiltersWithHandler ( asset : AVAsset , applier : ( p1 : AVAsynchronousCIImageFilteringRequest ) => void ) : AVVideoComposition ;
67026702 static videoCompositionWithAssetApplyingCIFiltersWithHandler ( asset : AVAsset , applier : ( p1 : AVAsynchronousCIImageFilteringRequest ) => void ) : AVMutableVideoComposition ;
67036703
6704- // @ts -ignore MemberDecl.tsIgnore
6704+ static videoCompositionWithAssetApplyingCIFiltersWithHandlerCompletionHandler ( asset : AVAsset , applier : ( p1 : AVAsynchronousCIImageFilteringRequest ) => void , completionHandler : ( p1 : AVVideoComposition , p2 : NSError ) => void | null ) : void ;
67056705 static videoCompositionWithAssetApplyingCIFiltersWithHandlerCompletionHandler ( asset : AVAsset , applier : ( p1 : AVAsynchronousCIImageFilteringRequest ) => void , completionHandler : ( p1 : AVMutableVideoComposition , p2 : NSError ) => void | null ) : void ;
67066706}
67076707
@@ -7372,16 +7372,15 @@ declare class AVCaptureDevice extends NSObject {
73727372 isCameraLensSmudgeDetectionEnabled ( ) : boolean ;
73737373}
73747374
7375- // @ts -ignore ClassDecl.tsIgnore
73767375declare class AVFragmentedAsset extends AVURLAsset implements AVFragmentMinding {
73777376 static fragmentedAssetWithURLOptions < This extends abstract new ( ...args : any ) => any > ( this : This , URL : NSURL , options : NSDictionary < interop . Object , interop . Object > | Record < interop . Object , interop . Object > | null ) : InstanceType < This > ;
73787377
73797378 readonly tracks : NSArray ;
73807379
7381- // @ts -ignore MemberDecl.tsIgnore
7380+ trackWithTrackID ( trackID : number ) : AVAssetTrack ;
73827381 trackWithTrackID ( trackID : number ) : AVFragmentedAssetTrack ;
73837382
7384- // @ts -ignore MemberDecl.tsIgnore
7383+ loadTrackWithTrackIDCompletionHandler ( trackID : number , completionHandler : ( p1 : AVAssetTrack , p2 : NSError ) => void | null ) : void ;
73857384 loadTrackWithTrackIDCompletionHandler ( trackID : number , completionHandler : ( p1 : AVFragmentedAssetTrack , p2 : NSError ) => void | null ) : void ;
73867385
73877386 tracksWithMediaType ( mediaType : string ) : NSArray ;
@@ -7626,10 +7625,12 @@ declare class AVMutableComposition extends AVComposition {
76267625
76277626 mutableTrackCompatibleWithTrack ( track : AVAssetTrack ) : AVMutableCompositionTrack ;
76287627
7629- // @ts -ignore MemberDecl.tsIgnore
7628+ trackWithTrackID ( trackID : number ) : AVCompositionTrack ;
7629+ trackWithTrackID ( trackID : number ) : AVAssetTrack ;
76307630 trackWithTrackID ( trackID : number ) : AVMutableCompositionTrack ;
76317631
7632- // @ts -ignore MemberDecl.tsIgnore
7632+ loadTrackWithTrackIDCompletionHandler ( trackID : number , completionHandler : ( p1 : AVCompositionTrack , p2 : NSError ) => void | null ) : void ;
7633+ loadTrackWithTrackIDCompletionHandler ( trackID : number , completionHandler : ( p1 : AVAssetTrack , p2 : NSError ) => void | null ) : void ;
76337634 loadTrackWithTrackIDCompletionHandler ( trackID : number , completionHandler : ( p1 : AVMutableCompositionTrack , p2 : NSError ) => void | null ) : void ;
76347635
76357636 tracksWithMediaType ( mediaType : string ) : NSArray ;
0 commit comments