• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OH_AVDataSource
2
3## Overview
4
5The struct describes a user-defined data source.
6
7**Since**: 12
8
9**Related module**: [CodecBase](capi-codecbase.md)
10
11**Header file**: [native_avcodec_base.h](capi-native-avcodec-base-h.md)
12
13## Summary
14
15### Member Variables
16
17| Name| Description|
18| -- | -- |
19| int64_t size | Size of the data source.|
20| [OH_AVDataSourceReadAt](capi-native-avcodec-base-h.md#oh_avdatasourcereadat) readAt | Callback of the data source.|
21