Wwise SDK
_ak_music_engine_8h_source
버전
menu
|
Wwise SDK 2022.1.19
|
AkMusicEngine.h
이 파일의 문서화 페이지로 가기
46 AkReal32 fStreamingLookAheadRatio; ///< Multiplication factor for all streaming look-ahead heuristic values.
63 /// \warning This function must be called after the base sound engine has been properly initialized.
64 /// There should be no AK API call between AK::SoundEngine::Init() and this call. Any call done in between is potentially unsafe.
69 AkMusicSettings * in_pSettings ///< Initialization settings (can be NULL, to use the default values)
87 /// Query information on the active segment of a music object that is playing. Use the playing ID
88 /// that was returned from AK::SoundEngine::PostEvent(), provided that the event contained a play
89 /// action that was targetting a music object. For any configuration of interactive music hierarchy,
91 /// To be able to query segment information, you must pass the AK_EnableGetMusicPlayPosition flag
92 /// to the AK::SoundEngine::PostEvent() method. This informs the sound engine that the source associated
93 /// with this event should be given special consideration because GetPlayingSegmentInfo() can be called
96 /// - If the music object is a single segment, you will get negative values for AkSegmentInfo::iCurrentPosition
99 /// - The active segment during the pre-entry of the first segment of a Playlist Container or a Music Switch
100 /// Container is "nothing", as well as during the post-exit of the last segment of a Playlist (and beyond).
102 /// - If in_bExtrapolate is true (default), AkSegmentInfo::iCurrentPosition is corrected by the amount of time elapsed
103 /// since the beginning of the audio frame. It is thus possible that it slightly overshoots the total segment length.
104 /// \return AK_Success if there is a playing music structure associated with the specified playing ID.
110 AkSegmentInfo & out_segmentInfo, ///< Structure containing information about the active segment of the music structure that is playing.
AKSOUNDENGINE_API AKRESULT GetPlayingSegmentInfo(AkPlayingID in_PlayingID, AkSegmentInfo &out_segmentInfo, bool in_bExtrapolate=true)
Definition: AkMusicEngine.h:45
AKSOUNDENGINE_API void GetDefaultInitSettings(AkMusicSettings &out_settings)
AkReal32 fStreamingLookAheadRatio
Multiplication factor for all streaming look-ahead heuristic values.
Definition: AkMusicEngine.h:46
AKSOUNDENGINE_API AKRESULT Init(AkMusicSettings *in_pSettings)
AKSOUNDENGINE_API void Term()
이 페이지가 도움이 되었나요?
작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요