mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Parse all mp4 boxes
This commit is contained in:
parent
366d6bcb82
commit
fe43a31d06
3 changed files with 67 additions and 12 deletions
|
@ -1715,7 +1715,7 @@ public:
|
|||
/**
|
||||
* Read a sample from mp4.
|
||||
* @param pht The sample hanler type, audio/soun or video/vide.
|
||||
* @param pft, The frame type. For video, it's SrsVideoAvcFrameType.
|
||||
* @param pft, The frame type. For video, it's SrsVideoAvcFrameType. For audio, ignored.
|
||||
* @param pct, The codec type. For video, it's SrsVideoAvcFrameTrait. For audio, it's SrsAudioAacFrameTrait.
|
||||
* @param pdts The output dts in milliseconds.
|
||||
* @param ppts The output pts in milliseconds.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue