com.spire.presentation
Interface IAudioData


public interface IAudioData


Method Summary
 java.lang.String getContentType()
          Gets a MIME type of an audio.
 byte[] getData()
          Gets the copy of an audio's data.
 

Method Detail

getContentType

java.lang.String getContentType()
Gets a MIME type of an audio.

Returns:

getData

byte[] getData()
Gets the copy of an audio's data. Read-only [].

Returns: