| IVideoCatalogServiceAddVideo Method |
Add a new video to the catalog.
Namespace: VideoCatalogServiceAssembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax long AddVideo(
string path,
string title,
double video_length,
string description,
int genre,
int rating,
string link,
byte[] preview,
long file_size,
string encrypted,
byte[] IV
)
Parameters
- path String
- Path to the video file
- title String
- Title of the video
- video_length Double
- Lenght in seconds
- description String
- Description for the video
- genre Int32
- Genre, 0 based index
- rating Int32
- 0-5 Rating of the video
- link String
- Url for the video
- preview Byte
- jpeg data for the preview image
- file_size Int64
- Size of the file
- encrypted String
- original filename only used for encrypted videos.
- IV Byte
- IV for´the encrypted file or null
Return Value
Int64Video id
See Also