mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add iOS 10 .d.ts-es
This commit is contained in:
@@ -468,7 +468,7 @@ declare function CMTimeMakeFromDictionary(dict: NSDictionary<any, any>): CMTime;
|
||||
|
||||
declare function CMTimeMakeWithEpoch(value: number, timescale: number, epoch: number): CMTime;
|
||||
|
||||
declare function CMTimeMakeWithSeconds(seconds: number, preferredTimeScale: number): CMTime;
|
||||
declare function CMTimeMakeWithSeconds(seconds: number, preferredTimescale: number): CMTime;
|
||||
|
||||
declare function CMTimeMapDurationFromRangeToRange(dur: CMTime, fromRange: CMTimeRange, toRange: CMTimeRange): CMTime;
|
||||
|
||||
@@ -757,6 +757,8 @@ declare var kCMFormatDescriptionTransferFunction_ITU_R_709_2: string;
|
||||
|
||||
declare var kCMFormatDescriptionTransferFunction_SMPTE_240M_1995: string;
|
||||
|
||||
declare var kCMFormatDescriptionTransferFunction_SMPTE_ST_428_1: string;
|
||||
|
||||
declare var kCMFormatDescriptionTransferFunction_UseGamma: string;
|
||||
|
||||
declare var kCMFormatDescriptionVendor_Apple: string;
|
||||
@@ -841,6 +843,8 @@ declare var kCMMetadataFormatDescriptionKey_LocalID: string;
|
||||
|
||||
declare var kCMMetadataFormatDescriptionKey_Namespace: string;
|
||||
|
||||
declare var kCMMetadataFormatDescriptionKey_SetupData: string;
|
||||
|
||||
declare var kCMMetadataFormatDescriptionKey_StructuralDependency: string;
|
||||
|
||||
declare var kCMMetadataFormatDescriptionKey_Value: string;
|
||||
@@ -851,6 +855,8 @@ declare var kCMMetadataFormatDescriptionMetadataSpecificationKey_ExtendedLanguag
|
||||
|
||||
declare var kCMMetadataFormatDescriptionMetadataSpecificationKey_Identifier: string;
|
||||
|
||||
declare var kCMMetadataFormatDescriptionMetadataSpecificationKey_SetupData: string;
|
||||
|
||||
declare var kCMMetadataFormatDescriptionMetadataSpecificationKey_StructuralDependency: string;
|
||||
|
||||
declare var kCMMetadataFormatDescription_StructuralDependencyKey_DependencyIsInvalidFlag: string;
|
||||
|
||||
Reference in New Issue
Block a user