harmony 鸿蒙RawFileDescriptor

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

RawFileDescriptor

Overview

Provides rawfile descriptor information.

RawFileDescriptor is an output parameter of OH_ResourceManager_GetRawFileDescriptor. It provides information including the rawfile descriptor and the start position and length of the rawfile in the HAP package.

Since: 8

Related Modules:

Rawfile

Summary

Member Variables

Name Description
fd rawfile descriptor
start Start position of rawfile in the HAP package
length Length of rawfile in the HAP package

Member Variable Description

fd

int RawFileDescriptor::fd

Description
rawfile descriptor

length

long RawFileDescriptor::length

Description
Length of rawfile in the HAP package

start

long RawFileDescriptor::start

Description
Start position of rawfile in the HAP package

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Native APIs

harmony 鸿蒙AVCapability

harmony 鸿蒙AVDemuxer

harmony 鸿蒙AVMuxer

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙AVSource

harmony 鸿蒙AudioDecoder

harmony 鸿蒙AudioEncoder

harmony 鸿蒙CodecBase

harmony 鸿蒙Core

0  赞