GetVideoPlaybackUrl
The GetVideoPlaybackUrl method returns a video playback URL for various players.
string GetVideoPlaybackUrl(
int photoId,
VideoPlaybackMode mode,
int width,
int height
)Parameters
- photoId
- Identifier of the photo object that represents the video to play
- mode
- Specifies the type of the player this URL is intended for
- width
- Width of the player window. If the player window is resizable, use the maximum possible window width.
- height
- Height of the player window. If the player window is resizable, use the maximum possible window height.
Returns
Video playback URL.
See Also