com.aspose.slides
Interface IVideo

All Known Implementing Classes:
Video

public interface IVideo

Represents an image embedded into a presentation.


Method Summary
 byte[] getBinaryData()
           Returns the copy of an audio's data.
 java.lang.String getContentType()
           Returns a MIME type of an video, encoded in BinaryData.
 

Method Detail

getContentType

java.lang.String getContentType()

Returns a MIME type of an video, 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.