-
Methods in org.robovm.apple.avfoundation with parameters of type AVAsset
| Modifier and Type |
Method |
Description |
void |
AVFragmentedAssetMinder.addFragmentedAsset(AVAsset asset) |
|
protected static long |
AVMutableVideoComposition.create(AVAsset asset) |
|
protected static long |
AVMutableVideoComposition.create(AVAsset asset,
AVVideoCompositionInstruction prototypeInstruction) |
|
protected static long |
AVMutableVideoComposition.create(AVAsset asset,
VoidBlock1<AVAsynchronousCIImageFilteringRequest> ciFiltersApplier) |
|
protected static long |
AVVideoComposition.create(AVAsset asset) |
|
protected static long |
AVVideoComposition.create(AVAsset asset,
VoidBlock1<AVAsynchronousCIImageFilteringRequest> ciFiltersApplier) |
|
static void |
AVAssetExportSession.determineCompatibilityOfExportPreset(AVAssetExportPreset presetName,
AVAsset asset,
String outputFileType,
VoidBooleanBlock handler) |
|
static List<AVAssetExportPreset> |
AVAssetExportSession.getCompatibleExportPresets(AVAsset asset) |
|
protected long |
AVAssetExportSession.init(AVAsset asset,
AVAssetExportPreset presetName) |
|
protected long |
AVAssetImageGenerator.init(AVAsset asset) |
|
protected long |
AVFragmentedAssetMinder.init(AVAsset asset,
double mindingInterval) |
|
protected long |
AVPlayerItem.init(AVAsset asset) |
|
protected long |
AVPlayerItem.init(AVAsset asset,
List<String> automaticallyLoadedAssetKeys) |
|
boolean |
AVMutableComposition.insertTimeRange(CMTimeRange timeRange,
AVAsset asset,
CMTime startTime) |
|
boolean |
AVMutableMovie.insertTimeRange(CMTimeRange timeRange,
AVAsset asset,
CMTime startTime,
boolean copySampleData,
NSError.NSErrorPtr outError) |
|
boolean |
AVVideoComposition.isValid(AVAsset asset,
CMTimeRange timeRange,
AVVideoCompositionValidationHandling validationDelegate) |
|
static NSObjectProtocol |
AVAsset.Notifications.observeChapterMetadataGroupsDidChange(AVAsset object,
VoidBlock1<AVAsset> block) |
|
static NSObjectProtocol |
AVAsset.Notifications.observeDurationDidChange(AVAsset object,
VoidBlock1<AVAsset> block) |
|
static NSObjectProtocol |
AVAsset.Notifications.observeMediaSelectionGroupsDidChange(AVAsset object,
VoidBlock1<AVAsset> block) |
|
void |
AVFragmentedAssetMinder.removeFragmentedAsset(AVAsset asset) |
|
boolean |
AVVideoCompositionValidationHandling.shouldContinueValidatingAfterFindingInvalidTrackID(AVVideoComposition videoComposition,
AVVideoCompositionInstructionProtocol videoCompositionInstruction,
AVVideoCompositionLayerInstruction layerInstruction,
AVAsset asset) |
|
boolean |
AVVideoCompositionValidationHandlingAdapter.shouldContinueValidatingAfterFindingInvalidTrackID(AVVideoComposition videoComposition,
AVVideoCompositionInstructionProtocol videoCompositionInstruction,
AVVideoCompositionLayerInstruction layerInstruction,
AVAsset asset) |
|
-