Click or drag to resize

IVideoCatalogServiceGetAllSubtitles Method

Get all subtitles for a video

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
Subtitle[] GetAllSubtitles(
	long video_id
)

Parameters

video_id  Int64
video identifier

Return Value

Subtitle
array of subtitles
See Also