Blame toonz/sources/sound/tsioutils.h
|
Campbell Barton |
8c6c57 |
#pragma once
|
|
Campbell Barton |
8c6c57 |
|
|
Campbell Barton |
8c6c57 |
#ifndef TSIOUTILS_INCLUDED
|
|
Campbell Barton |
8c6c57 |
#define TSIOUTILS_INCLUDED
|
|
Campbell Barton |
8c6c57 |
|
|
justburner |
9369f1 |
void swapAndCopy16Bits(const short *srcBuffer, short *dstBuffer,
|
|
justburner |
9369f1 |
TINT32 sampleCount);
|
|
justburner |
9369f1 |
|
|
justburner |
9369f1 |
void swapAndCopy32Bits(const TINT32 *srcBuffer, TINT32 *dstBuffer,
|
|
justburner |
9369f1 |
TINT32 sampleCount);
|
|
justburner |
9369f1 |
|
|
justburner |
9369f1 |
void swapAndCopy24Bits(const void *srcBuffer, void *dstBuffer,
|
|
justburner |
9369f1 |
TINT32 sampleCount);
|
|
Campbell Barton |
8c6c57 |
|
|
Campbell Barton |
8c6c57 |
#endif
|