MCPcopy Create free account
hub / github.com/Tencent/libpag / setByteOrder

Method setByteOrder

src/codec/utils/EncodeStream.h:48–50  ·  view source on GitHub ↗

* Set this EncodeStream's byte order. */

Source from the content-addressed store, hash-verified

46 * Set this EncodeStream's byte order.
47 */
48 void setByteOrder(tgfx::ByteOrder order) {
49 dataView.setByteOrder(order);
50 }
51
52 /**
53 * Call the method to take ownership of the current bytes. Once the release method is called,

Callers 2

ConcatMP4Function · 0.45
MakeMP4DataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected