mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add end to end test for edit box
PiperOrigin-RevId: 519184599
This commit is contained in:
parent
fc54a7a487
commit
35f016f5c4
1 changed files with 43 additions and 0 deletions
|
|
@ -0,0 +1,43 @@
|
||||||
|
seekMap:
|
||||||
|
isSeekable = true
|
||||||
|
duration = 100
|
||||||
|
getPosition(0) = [[timeUs=0, position=44]]
|
||||||
|
getPosition(1) = [[timeUs=0, position=44]]
|
||||||
|
getPosition(50) = [[timeUs=0, position=44]]
|
||||||
|
getPosition(100) = [[timeUs=0, position=44]]
|
||||||
|
numberOfTracks = 2
|
||||||
|
track 0:
|
||||||
|
total output bytes = 55
|
||||||
|
sample count = 1
|
||||||
|
format 0:
|
||||||
|
id = 1
|
||||||
|
sampleMimeType = video/avc
|
||||||
|
codecs = avc1.9B2BF3
|
||||||
|
maxInputSize = 85
|
||||||
|
width = 12
|
||||||
|
height = 10
|
||||||
|
initializationData:
|
||||||
|
data = length 24, hash 7F12E259
|
||||||
|
data = length 5, hash 1B4D906
|
||||||
|
sample 0:
|
||||||
|
time = 0
|
||||||
|
flags = 536870913
|
||||||
|
data = length 55, hash A481CEF4
|
||||||
|
track 1:
|
||||||
|
total output bytes = 55
|
||||||
|
sample count = 1
|
||||||
|
format 0:
|
||||||
|
id = 2
|
||||||
|
sampleMimeType = video/avc
|
||||||
|
codecs = avc1.9B2BF3
|
||||||
|
maxInputSize = 85
|
||||||
|
width = 12
|
||||||
|
height = 10
|
||||||
|
initializationData:
|
||||||
|
data = length 24, hash 7F12E259
|
||||||
|
data = length 5, hash 1B4D906
|
||||||
|
sample 0:
|
||||||
|
time = 100
|
||||||
|
flags = 536870913
|
||||||
|
data = length 55, hash A481CEF4
|
||||||
|
tracksEnded = true
|
||||||
Loading…
Reference in a new issue