MP4FindTrackIndex - Man Page

Find a track index

Syntax

#include <mp4.h>

u_int16_t MP4FindTrackIndex(
MP4FileHandle hFile,
MP4TrackId trackId
)

Arguments

hFile

Specifies the mp4 file to which the operation applies.

trackId

Specifies the track for which the index is desired.

Return Values

Upon success, the track index of the specified track. Upon an error, 0xFFFF.

Description

MP4FindTrackIndex gets the index of the track with the specified track id.

See Also

MP4(3) MP4FindTrackId(3)

Referenced By

MP4FindTrackId(3).

Version 0.9 Cisco Systems Inc. MP4 File Format Library