Options
All
  • Public
  • Public/Protected
  • All
Menu

This class holds all the info about the file to be processed

Hierarchy

  • File

Index

Constructors

constructor

  • new File(inputPath: string, tempDir: string): File
  • Parameters

    • inputPath: string
    • tempDir: string

    Returns File

Properties

RAWpath

RAWpath: string

Path to the converted raw MPEG2 video

extractedAudioPath

extractedAudioPath: string

extractedFeaturePath

extractedFeaturePath: string

filename

filename: string

originalPath

originalPath: string

tempDir

tempDir: string

Methods

setExtractedAudioPath

  • setExtractedAudioPath(path: string): void
  • Parameters

    • path: string

    Returns void

setExtractedFeaturePath

  • setExtractedFeaturePath(feature: string): void
  • Parameters

    • feature: string

    Returns void

setRawPath

  • setRawPath(path: string): void
  • Parameters

    • path: string

    Returns void

Generated using TypeDoc