getTrackById method
Returns the first track with the specified id in a track list.
![]() ![]() |
Syntax
object.getTrackById(id)Parameters
- id [in]
-
Type: string
Return value
Type: Object
Track with id value.
Standards information
Remarks
Because the id property is not implemented for AudioTrack, this method will always return null.
See also
Show:

