encodePvrFile method

void encodePvrFile(
  1. String path
)

Implementation

void encodePvrFile(String path) {
  subCommand = EncodePvrFileCmd(subCommand, path);
}