Navigation
API > API/Runtime > API/Runtime/Media
References
| Module | Media |
| Header | /Engine/Source/Runtime/Media/Public/IMediaTracks.h |
| Include | #include "IMediaTracks.h" |
Syntax
struct FMediaAudioTrackFormat
Remarks
Audio track format details.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | BitsPerSample | Number of bits per sample. | |
| uint32 | NumChannels | Number of audio channels. | |
| uint32 | SampleRate | Sample rate (in samples per second). | |
| FString | TypeName | Name of the format type. |