Interface MediaConstraints


public interface MediaConstraints
Project Media-Constraints settings. project level based media restrictions based on file size and/or file extension.
Since:
4.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the allowed file name extensions.
    long
    Get the project wide maximum file size for non image files in byte.
    long
    Get the project wide maximum image size setting in byte.
    void
    Set the allowed file name extensions.
    void
    setMaxFileSize(long value)
    Set the project wide maximum file size setting for non image files in byte.
    void
    setMaxImageSize(long value)
    Set the project wide maximum image(file) size setting in byte.