MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / ASFChunkHeader

Class ASFChunkHeader

src/nfs_data.h:854–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852 };
853
854 struct ASFChunkHeader {
855 uint32_t dwOutSize;
856 uint16_t lCurSampleLeft;
857 uint16_t lPrevSampleLeft;
858 uint16_t lCurSampleRight;
859 uint16_t lPrevSampleRight;
860 };
861
862
863}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected