Version
menu_open
link
Wwise SDK 2023.1.3
AkAudioMarker.h
Go to the documentation of this file.
1 /***********************************************************************
2  The content of this file includes source code for the sound engine
3  portion of the AUDIOKINETIC Wwise Technology and constitutes "Level
4  Two Source Code" as defined in the Source Code Addendum attached
5  with this file. Any use of the Level Two Source Code shall be
6  subject to the terms and conditions outlined in the Source Code
7  Addendum and the End User License Agreement for Wwise(R).
8 
9  Copyright (c) 2024 Audiokinetic Inc.
10  ***********************************************************************/
11 
12 #pragma once
13 
14  /// Defines the parameters of a marker.
16 {
17  AkUInt32 dwIdentifier; ///< Identifier.
18  AkUInt32 dwPosition; ///< Position in the audio data in sample frames.
19  const char* strLabel; ///< Label of the marker taken from the file.
20  AkUInt32 dwLabelSize; ///< Length of label read the from the file + terminating null character.
21 };
Defines the parameters of a marker.
Definition: AkAudioMarker.h:16
AkUInt32 dwIdentifier
Identifier.
Definition: AkAudioMarker.h:17
AkUInt32 dwLabelSize
Length of label read the from the file + terminating null character.
Definition: AkAudioMarker.h:20
const char * strLabel
Label of the marker taken from the file.
Definition: AkAudioMarker.h:19
uint32_t AkUInt32
Unsigned 32-bit integer.
AkUInt32 dwPosition
Position in the audio data in sample frames.
Definition: AkAudioMarker.h:18

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise