We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e27cbf commit 7e8cc5fCopy full SHA for 7e8cc5f
README.md
@@ -3,6 +3,7 @@ Implementation of AVAssetResourceLoader custom class which can be useful while c
3
4
## Usage
5
6
+```
7
AVURLAsset *asset ;
8
assetLoader = [[AssetLoaderDelegate alloc] init];
9
assetLoader.fileUrl = self.compilation.VideoUrl;
@@ -15,3 +16,5 @@ asset = [AVURLAsset URLAssetWithURL:[self url:[NSURL URLWithString:urlString] Wi
15
16
components.scheme = scheme;
17
return [components URL];
18
}
19
+
20
0 commit comments