SoundPropertyGetSoundBytes Method
This is used to get the bytes that make up the sound
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public byte[] GetSoundBytes()
Public Function GetSoundBytes As Byte()
public:
array<unsigned char>^ GetSoundBytes()
member GetSoundBytes : unit -> byte[]
Return Value
ByteA byte array containing the sound bytes. The byte array is only valid for use with a sound
if the
ValueLocation is set to BINARY or INLINE. If set to something
else, the value is probably a URL or a pointer to some other location where the sound can be found.