You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
peter-majeed edited this page Dec 27, 2012
·
5 revisions
#Playlist Write calls
All calls that are part of the Brightcove Playlist Write API are wrapped and available within the .NET-MAPI-Wrapper. You will find examples of some of the more common use cases below.
Important Note
API calls are subject to the whims of internet connectivity, and may throw an exception for any number of reasons:
The Brightcove API may be down or not functioning correctly.
Network connectivity may be lost between your application and Brightcove.
Invalid parameters passed to the API may result in an error message in the response JSON. The error message will be wrapped in a BrightcoveApiException and thrown so that it may be handled via normal .NET error handling mechanisms.
Although the examples shown here do not include try/catch blocks, in order to ensure that your app is as robust as possible make sure to try/catch all API calls.
See Also
See how to work with the BrightcoveApi object on the Getting Started page.