Struct TRTCAudioRecordingParams
Audio recording parameters
Description: the path you want to store the recording file in (required). You need to specify this parameter yourself and make sure that the path exits and is writable.
Note: The path must contain the filename and extension. The extension determines the format of the recording file. Supported formats include PCM, WAV, and AAC. For example, if you set this parameter to path/to/audio.aac
, the recording file will be in AAC format. Please use a valid path that is readable and writable so that the recording file can be generated successfully.
Inherited Members
Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public struct TRTCAudioRecordingParams
Fields
filePath
Description: the path to store the recording file in (required). You need to specify this parameter yourself and make sure that the path exits and is writable.
Note: The path must contain the filename and extension. The extension determines the format of the recording file. Supported formats include PCM, WAV, and AAC. For example, if you set this parameter to path/to/audio.aac
, the recording file will be in AAC format. Please use a valid path that is readable and writable so that the recording file can be generated successfully.
Declaration
public String filePath
Field Value
Type | Description |
---|---|
String |