Package com.microsoft.windowsazure.services.media.models

Examples of com.microsoft.windowsazure.services.media.models.TaskState


        Date endTime = null;
        String errorDetails = null;
        double progress = 0.0;
        int runningDuration = 0;
        Date startTime = null;
        TaskState state = TaskState.None;

        verifyTaskProperties(message, mediaProcessorId, options, taskBody,
                configuration, name, priority, encryptionKeyId,
                encryptionScheme, encryptionVersion, initializationVector,
                endTime, errorDetails, progress, runningDuration, startTime,
View Full Code Here

TOP

Related Classes of com.microsoft.windowsazure.services.media.models.TaskState

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.