harmony 鸿蒙native_avmemory.h

  • 2023-06-24
  • 浏览 (376)

native_avmemory.h

Overview

The native_avmemory.h file declares the memory-related functions.

Since

9

Related Modules

Core

Summary

Functions

Name Description
*OH_AVMemory_Create (int32_t size) Creates an OH_AVMemory instance.
*OH_AVMemory_GetAddr (struct OH_AVMemory *mem) Obtains the virtual memory address of an OH_AVMemory instance.
OH_AVMemory_GetSize (struct OH_AVMemory *mem) Obtains the memory size of an OH_AVMemory instance.
OH_AVMemory_Destroy (struct OH_AVMemory *mem) Releases an OH_AVMemory instance.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Native APIs

harmony 鸿蒙AVCapability

harmony 鸿蒙AVDemuxer

harmony 鸿蒙AVMuxer

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙AVSource

harmony 鸿蒙AudioDecoder

harmony 鸿蒙AudioEncoder

harmony 鸿蒙CodecBase

harmony 鸿蒙Core

0  赞