IPXC_Sound Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Sound Interface}}
 
{{#customTitle:IPXC_Sound Interface}}
 +
{{#parentPage:PXV:PXC_Interfaces|IPXC_Sound|interface}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The interface of object of PDF-XChange Editor SDK.
 
The interface of object of PDF-XChange Editor SDK.
  
 
== Methods ==
 
== Methods ==
{| class="wikitable sortable collapsible" style="width: 100%"
+
{| class="wikitable methods"
|-
+
! style="text-align: left" scope="col" width="15%" | Method
+
! style="text-align: left" scope="col" class="unsortable" | Description
+
|-
+
| [[PXV:IPXC_Sound_GetBitsPerSample|GetBitsPerSample]]
+
| ...
+
|-
+
| [[PXV:IPXC_Sound_GetSamplesPerSec|GetSamplesPerSec]]
+
| ...
+
 
|-
 
|-
 
| [[PXV:IPXC_Sound_OpenStream|OpenStream]]
 
| [[PXV:IPXC_Sound_OpenStream|OpenStream]]
| ...
 
|-
 
 
| [[PXV:IPXC_Sound_SaveToFile|SaveToFile]]
 
| [[PXV:IPXC_Sound_SaveToFile|SaveToFile]]
| ...
 
|-
 
 
| [[PXV:IPXC_Sound_UpdateFromFile|UpdateFromFile]]
 
| [[PXV:IPXC_Sound_UpdateFromFile|UpdateFromFile]]
| ...
+
|  
 
|}
 
|}
  
 
== Properties ==
 
== Properties ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IPXC_Sound_BitsPersSample|BitsPersSample]]
 
| [[PXV:IPXC_Sound_BitsPersSample|BitsPersSample]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IPXC_Sound_Channels|Channels]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXC_Sound_EncodingType|EncodingType]]
 
| [[PXV:IPXC_Sound_EncodingType|EncodingType]]
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXC_Sound_PDFObject|PDFObject]]
 
| [[PXV:IPXC_Sound_PDFObject|PDFObject]]
| style="text-align: center" | R
+
| [[PXV:IPXC_Sound_Rate|Rate]]
| .
+
 
|-
 
|-
| [[PXV:IPXC_Sound_Rate|Rate]]
+
| [[PXV:IPXC_Sound_Channels|Channels]]
| style="text-align: center" | R
+
|  
| .
+
|  
 +
|  
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXC_Action_Sound_Sound|IPXC_Action_Sound::Sound]], [[PXV:IPXC_AnnotData_Sound_Sound|IPXC_AnnotData_Sound::Sound]], [[PXV:IPXV_SoundManager_PauseSound|IPXV_SoundManager::PauseSound]], [[PXV:IPXV_SoundManager_ResumeSound|IPXV_SoundManager::ResumeSound]], [[PXV:IPXV_SoundManager_SoundPlay|IPXV_SoundManager::SoundPlay]], [[PXV:IPXV_SoundManager_StopSound|IPXV_SoundManager::StopSound]]

Latest revision as of 00:14, 1 December 2017


The interface of object of PDF-XChange Editor SDK.

Methods

OpenStream SaveToFile UpdateFromFile

Properties

BitsPersSample EncodingType PDFObject Rate
Channels

See Also

IPXC_Action_Sound::Sound, IPXC_AnnotData_Sound::Sound, IPXV_SoundManager::PauseSound, IPXV_SoundManager::ResumeSound, IPXV_SoundManager::SoundPlay, IPXV_SoundManager::StopSound