1# OH_RecorderInfo 2<!--Kit: Media Kit--> 3<!--Subsystem: Multimedia--> 4<!--Owner: @zzs_911--> 5<!--Designer: @stupig001--> 6<!--Tester: @xdlinc--> 7<!--Adviser: @zengyawen--> 8 9## Overview 10 11The struct describes the recording file information. 12 13**Since**: 10 14 15**Related module**: [AVScreenCapture](capi-avscreencapture.md) 16 17**Header file**: [native_avscreen_capture_base.h](capi-native-avscreen-capture-base-h.md) 18 19## Summary 20 21### Member Variables 22 23| Name| Description| 24| -- | -- | 25| char* url | Pointer to the URL of the recording file.| 26| uint32_t urlLen | URL length.| 27| [OH_ContainerFormatType](capi-native-avscreen-capture-base-h.md#oh_containerformattype) fileFormat | Format of the recording file.| 28