Hierarchy (view full)

Constructors

Properties

_applications: {
    application: SupportedApplication;
    recommended?: boolean;
}[] = []
_conversion: {
    export: boolean;
    import: boolean;
} = ...
_encoding: string = ''
_extensions: string[] = []
_multitiers: boolean = true
_name: OctraAnnotationFormatType = 'PlainText'
_notice: string = ''
defaultImportOptions: any
options: {
    addNewLineString: boolean;
    showTimestampSamples: boolean;
    showTimestampString: boolean;
} = ...

Accessors

  • get applications(): {
        application: SupportedApplication;
        recommended?: boolean;
    }[]
  • Returns {
        application: SupportedApplication;
        recommended?: boolean;
    }[]

  • get conversion(): {
        export: boolean;
        import: boolean;
    }
  • Returns {
        export: boolean;
        import: boolean;
    }

    • export: boolean
    • import: boolean

Methods

  • transforms milliseconds to time string

    Parameters

    • value: number

      number or milliseconds

    • Optionalargs: {
          maxDuration?: number;
          showHour?: boolean;
          showMilliSeconds?: boolean;
      }
      • OptionalmaxDuration?: number
      • OptionalshowHour?: boolean
      • OptionalshowMilliSeconds?: boolean

    Returns string