UIX_SoundPlayFlags Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
+ | {{#customTitle:UIX_SoundPlayFlags Enumeration}} | ||
+ | {{#parentPage:PXV:UIX_Enumerations|UIX_SoundPlayFlags|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | Specifies the ... | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">enum UIX_SoundPlayFlags | ||
+ | { | ||
+ | UIX_SoundPlay_Sync = 1, | ||
+ | UIX_SoundPlay_Loop = 2, | ||
+ | UIX_SoundPlay_NoStop = 4, | ||
+ | }; | ||
+ | </pre> | ||
+ | |||
+ | == Constants == | ||
+ | ;UIX_SoundPlay_Sync | ||
+ | :The ... | ||
+ | ;UIX_SoundPlay_Loop | ||
+ | :The ... | ||
+ | ;UIX_SoundPlay_NoStop | ||
+ | :The ... |
Latest revision as of 00:37, 20 October 2015
Specifies the ...
Syntax
enum UIX_SoundPlayFlags { UIX_SoundPlay_Sync = 1, UIX_SoundPlay_Loop = 2, UIX_SoundPlay_NoStop = 4, };
Constants
- UIX_SoundPlay_Sync
- The ...
- UIX_SoundPlay_Loop
- The ...
- UIX_SoundPlay_NoStop
- The ...