mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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)
|
.setProjectionData(projectionData)
|
||||||
.setStereoMode(C.STEREO_MODE_TOP_BOTTOM)
|
.setStereoMode(C.STEREO_MODE_TOP_BOTTOM)
|
||||||
.setColorInfo(colorInfo)
|
.setColorInfo(colorInfo)
|
||||||
|
.setLumaBitdepth(9)
|
||||||
|
.setChromaBitdepth(11)
|
||||||
.setChannelCount(6)
|
.setChannelCount(6)
|
||||||
.setSampleRate(44100)
|
.setSampleRate(44100)
|
||||||
.setPcmEncoding(C.ENCODING_PCM_24BIT)
|
.setPcmEncoding(C.ENCODING_PCM_24BIT)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue