Lines Matching refs:trackIndex
37 * @param trackIndex The track index for being selected.
41 virtual int32_t SelectTrackByID(uint32_t trackIndex) = 0;
46 * @param trackIndex The track index for being unselected.
50 virtual int32_t UnselectTrackByID(uint32_t trackIndex) = 0;
54 * @param trackIndex Get the sampleBuffer from this track.
61 virtual int32_t ReadSample(uint32_t trackIndex, std::shared_ptr<AVSharedMemory> sample,
66 * @param trackIndex Get the sampleBuffer from this track.
73 virtual int32_t ReadSample(uint32_t trackIndex, std::shared_ptr<AVSharedMemory> sample,
78 * @param trackIndex Get the sampleBuffer from this track.
83 virtual int32_t ReadSampleBuffer(uint32_t trackIndex, std::shared_ptr<AVBuffer> sample) = 0;
111 * @param trackIndex Get the index from this track.
117 virtual int32_t GetIndexByRelativePresentationTimeUs(const uint32_t trackIndex,
122 * @param trackIndex Get the relative pts from this track.
128 virtual int32_t GetRelativePresentationTimeUsByIndex(const uint32_t trackIndex,