Click or drag to resize

IVideoCatalogServiceGetActorPortrait Method

Get portrait data for an actor.

Namespace: VideoCatalogService
Assembly: VideoCatalogService (in VideoCatalogService.dll) Version: 9.0.9002.25764 (9.0.0.0)
Syntax
C#
byte[] GetActorPortrait(
	long actor_id
)

Parameters

actor_id  Int64
id of actor

Return Value

Byte
jpeg image data
See Also