com.aspose.slides
Class Audio

java.lang.Object
  extended by com.aspose.slides.Audio
All Implemented Interfaces:
IAudio

public class Audio
extends java.lang.Object
implements IAudio

Represents an embedded audio file.


Method Summary
 byte[] getBinaryData()
           Returns the copy of an audio's data.
 java.lang.String getContentType()
           Returns a MIME type of an audio, encoded in BinaryData.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContentType

public java.lang.String getContentType()

Returns a MIME type of an audio, encoded in BinaryData. Read-only string.

Specified by:
getContentType in interface IAudio

getBinaryData

public byte[] getBinaryData()

Returns the copy of an audio's data. Read-only byte[].

Specified by:
getBinaryData in interface IAudio