Exemplo n.º 1
0
 public AVAssetReaderVideoCompositionOutput FromTracks(AVAssetTrack [] videoTracks, AVVideoSettings videoSettings)
 {
     return WeakFromTracks (videoTracks, videoSettings == null ? null : videoSettings.ToDictionary ());
 }
 public AVAssetReaderVideoCompositionOutput FromTracks(AVAssetTrack [] videoTracks, AVVideoSettings videoSettings)
 {
     return(WeakFromTracks(videoTracks, videoSettings == null ? null : videoSettings.ToDictionary()));
 }
Exemplo n.º 3
0
 public AVAssetReaderVideoCompositionOutput(AVAssetTrack [] videoTracks, AVVideoSettings videoSettings)
     : this(videoTracks, videoSettings == null ? null : videoSettings.ToDictionary ())
 {
 }
 public AVAssetReaderVideoCompositionOutput(AVAssetTrack [] videoTracks, AVVideoSettings videoSettings)
     : this(videoTracks, videoSettings == null ? null : videoSettings.ToDictionary())
 {
 }