Sports Lib API - v17.3.0
    Preparing search index...

    Class Stream

    Implements

    Index

    Constructors

    Properties

    data: (number | null)[] = []
    filter: StreamFilterInterface | null = null
    type: string

    Type of the stream. Use a canonical Data*.type string such as Distance or Heart Rate.

    Methods

    • Get's back the streams data as an array

      Parameters

      • onlyNumeric: boolean = false
      • filterInfinity: boolean = false

      Returns (number | null)[]

    • Checks if the speed is exportable

      • It should not be speed derived stream
      • It should not be unit derived stream
      • It should not be GNSS distance and other types on blacklist

      Returns boolean