UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMediaAudioTrackFormat Struct Reference

#include <IMediaTracks.h>

Public Attributes

uint32 BitsPerSample
 
uint32 NumChannels
 
uint32 SampleRate
 
FString TypeName
 

Detailed Description

Audio track format details.

Member Data Documentation

◆ BitsPerSample

uint32 FMediaAudioTrackFormat::BitsPerSample

Number of bits per sample.

◆ NumChannels

uint32 FMediaAudioTrackFormat::NumChannels

Number of audio channels.

◆ SampleRate

uint32 FMediaAudioTrackFormat::SampleRate

Sample rate (in samples per second).

◆ TypeName

FString FMediaAudioTrackFormat::TypeName

Name of the format type.


The documentation for this struct was generated from the following file: