com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IVideoPlayerHtmlControllerFactory

  • All Known Implementing Classes:
    VideoPlayerHtmlControllerFactory


    public interface IVideoPlayerHtmlControllerFactory

    Allows to create VideoPlayerHtmlController.


    For COM compatibility.
    • Method Detail

      • createVideoPlayerHtmlController

        IVideoPlayerHtmlController createVideoPlayerHtmlController(java.lang.String path,
                                                                   java.lang.String fileName,
                                                                   java.lang.String baseUri)

        Create video player HTML controller.

        Parameters:
        path - Path.
        fileName - File Name.
        baseUri - Base URI.
        Returns:
        The IVideoPlayerHtmlController object.