SoundProperty
This class represents the "SOUND" property
This class should be called with two arguments, the first an array of the parameters, and the second the value of the property
The only acceptable parameters of
SoundProperty
areValueParameter
,LanguageParameter
,PIDParameter
,PrefParameter
,IndexParameter
,TypeParameter
,MediatypeParameter
,AltidParameter
andAnyParameter
If you do not wish that the property have any parameters, leave the first argument array empty
The value of
SoundProperty
should be of typeURIType
new SoundProperty(
[],
new URIType("CID:JOHNQPUBLIC.part8.19960229T080000.xyzMail@example.com"),
);
new SoundProperty(
[],
new URIType(
"data:audio/basic;base64,MIICajCCAdOgAwIBAgICBEUwDQYJKoZIhAQEEBQAwdzELMAkGA1UEBhMCVVMxLDAqBgNVBAoTI05ldHNjYXBlIENvbW11bmljYXRpb25zIENvcnBvcmF0aW9uMRwwGgYDVQQLExNJbmZvcm1hdGlvbiBTeXN0",
),
);