com.aspose.slides
Interface IAudio

All Known Implementing Classes:
Audio

public interface IAudio


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.
 

Method Detail

getContentType

java.lang.String getContentType()

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


getBinaryData

byte[] getBinaryData()

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



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.