Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryData()
Returns the copy of an audio's data.
|
java.lang.String |
getContentType()
Returns a MIME type of an audio, encoded in
BinaryData (getBinaryData() ). |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
java.io.InputStream |
getStream()
Returns Stream stream for reading.
|
void |
setContentType(java.lang.String value)
Returns a MIME type of an audio, encoded in
BinaryData (getBinaryData() ). |
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public final java.lang.String getContentType()
Returns a MIME type of an audio, encoded in BinaryData
(getBinaryData()
).
Read-only String
.
getContentType
in interface IAudio
public final void setContentType(java.lang.String value)
Returns a MIME type of an audio, encoded in BinaryData
(getBinaryData()
).
Read-only String
.
public final byte[] getBinaryData()
Returns the copy of an audio's data. In case of large amount of data consider
using of getStream()
method to prevent unnecessary loading of audio's
data into memory or even OutOfMemoryException.
Read-only byte[]
.
getBinaryData
in interface IAudio