Beispiel #1
0
 public GeoDecoderCacheStore(MediaStoreContext mediaStoreContext, IGeoDecoderService geoDecoderService)
 {
     _mediaStoreContext = mediaStoreContext;
     _geoDecoderService = geoDecoderService;
 }
Beispiel #2
0
 public MetadataExtractor(IGeoDecoderService geoDecoderService)
 {
     _geoDecoderService = geoDecoderService;
 }
 public VideoProcessingService(
     IGeoDecoderService geoDecoderService)
 {
     _geoDecoderService = geoDecoderService;
 }