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