mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Set bitdepths in test Format
This commit is contained in:
parent
e71ca5a740
commit
c7fe0662ce
1 changed files with 2 additions and 0 deletions
|
|
@ -104,6 +104,8 @@ public final class FormatTest {
|
|||
.setProjectionData(projectionData)
|
||||
.setStereoMode(C.STEREO_MODE_TOP_BOTTOM)
|
||||
.setColorInfo(colorInfo)
|
||||
.setLumaBitdepth(9)
|
||||
.setChromaBitdepth(11)
|
||||
.setChannelCount(6)
|
||||
.setSampleRate(44100)
|
||||
.setPcmEncoding(C.ENCODING_PCM_24BIT)
|
||||
|
|
|
|||
Loading…
Reference in a new issue