Navigation
API > API/Plugins > API/Plugins/MediaIOCore > API/Plugins/MediaIOCore/FMediaIOCoreAudioSampleBase
References
| Module | MediaIOCore |
| Header | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Public/MediaIOCoreAudioSampleBase.h |
| Include | #include "MediaIOCoreAudioSampleBase.h" |
| Source | /Engine/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/Shared/MediaIOCoreAudioSampleBase.cpp |
bool SetProperties
(
uint32 InBufferSize,
uint32 InNumberOfChannels,
uint32 InSampleRate,
FTimespan InTime,
const TOptional < FTimecode > & InTimecode
)
Remarks
Set the sample properties.
Parameters
| Name | Description |
|---|---|
| InBufferSize | The size of the audio buffer. |
| InNumberOfChannels | The number of channel of the audio buffer. |
| InSampleRate | The sample rate of the audio buffer. |
| InTime | The sample time (in the player's own clock). |
| InTimecode | The sample timecode if available. |