Interface CastingEnvironmentComponent.ExtractMedia

All Superinterfaces:
CastingEnvironmentComponent
All Known Subinterfaces:
CastingEnvironmentComponent.ExtractMedia.Post, CastingEnvironmentComponent.ExtractMedia.Pre
Enclosing interface:
CastingEnvironmentComponent

public static interface CastingEnvironmentComponent.ExtractMedia extends CastingEnvironmentComponent
  • Method Details

    • onExtractMedia

      long onExtractMedia(long cost, boolean simulate)
      Receives the cost that is being extracted, should return the remaining cost after deducting whatever cost source this component is responsible for (should be >= 0)