| Package | Description |
|---|---|
| com.microsoft.windowsazure.services.media |
This package contains the media services, interface, and associated configuration and utility classes.
|
| com.microsoft.windowsazure.services.media.models |
This package contains the media service data transfer object classes.
|
| Modifier and Type | Method and Description |
|---|---|
WritableBlobContainerContract |
MediaContract.createBlobWriter(LocatorInfo locator)
Creates an instance of the
WritableBlobContainerContract API
that will write to the blob container given by the provided locator. |
| Modifier and Type | Method and Description |
|---|---|
static EntityGetOperation<LocatorInfo> |
Locator.get(String locatorId)
Create an operation to get the given locator.
|
LinkInfo<LocatorInfo> |
AssetInfo.getLocatorsLink()
Get a link to the asset's locators
|
static DefaultListOperation<LocatorInfo> |
Locator.list()
Create an operation to list all locators.
|
static DefaultListOperation<LocatorInfo> |
Locator.list(LinkInfo<LocatorInfo> link)
Create an operation that will list all the locators at the given link.
|
EntityCreateOperation<LocatorInfo> |
Locator.Creator.setId(String id)
Sets the id.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultListOperation<LocatorInfo> |
Locator.list(LinkInfo<LocatorInfo> link)
Create an operation that will list all the locators at the given link.
|
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/