Interface StreamingLocator.DefinitionStages.WithStreamingPolicyName

All Known Subinterfaces:
StreamingLocator.Definition, StreamingLocator.DefinitionStages.WithCreate
Enclosing interface:
StreamingLocator.DefinitionStages

public static interface StreamingLocator.DefinitionStages.WithStreamingPolicyName
The stage of the StreamingLocator definition allowing to specify streamingPolicyName.
  • Method Details

    • withStreamingPolicyName

      StreamingLocator.DefinitionStages.WithCreate withStreamingPolicyName(String streamingPolicyName)
      Specifies the streamingPolicyName property: Name of the Streaming Policy used by this Streaming Locator. Either specify the name of Streaming Policy you created or use one of the predefined Streaming Policies. The predefined Streaming Policies available are: 'Predefined_DownloadOnly', 'Predefined_ClearStreamingOnly', 'Predefined_DownloadAndClearStreaming', 'Predefined_ClearKey', 'Predefined_MultiDrmCencStreaming' and 'Predefined_MultiDrmStreaming'.
      Parameters:
      streamingPolicyName - Name of the Streaming Policy used by this Streaming Locator. Either specify the name of Streaming Policy you created or use one of the predefined Streaming Policies. The predefined Streaming Policies available are: 'Predefined_DownloadOnly', 'Predefined_ClearStreamingOnly', 'Predefined_DownloadAndClearStreaming', 'Predefined_ClearKey', 'Predefined_MultiDrmCencStreaming' and 'Predefined_MultiDrmStreaming'.
      Returns:
      the next definition stage.