Properties
clipMetadata
clipMetadata: {
clipName?: string;
clipRequestId: string;
expiresOn?: string;
startTime?: string;
stopTime?: string;
storage: {
storagePath: string;
storageType: "Default" | "Gcs" | "AwsS3";
};
}
Type declaration
Optional
clipName?: string
clipRequestId: string
Optional
expiresOn?: string
Optional
startTime?: string
Optional
stopTime?: string
storage: {
storagePath: string;
storageType: "Default" | "Gcs" | "AwsS3";
}
storagePath: string
storageType: "Default" | "Gcs" | "AwsS3"
download
download: {
downloadExpiresOn: string;
downloadUrl: string;
}
Type declaration
downloadExpiresOn: string
downloadUrl: string
itemType
itemType: "FullRecording" | "Clip"
metadata
metadata: {
duration: number;
format: string;
sizes?: any;
thumbnails: string[];
tracks: {
bitrate: number;
channels?: number;
codec: string;
framerate?: number;
height?: number;
samplerate?: number;
type: string;
width?: number;
};
}
Type declaration
duration: number
format: string
Optional
sizes?: any
thumbnails: string[]
tracks: {
bitrate: number;
channels?: number;
codec: string;
framerate?: number;
height?: number;
samplerate?: number;
type: string;
width?: number;
}
bitrate: number
Optional
channels?: number
codec: string
Optional
framerate?: number
Optional
height?: number
Optional
samplerate?: number
type: string
Optional
width?: number
recordedOn
recordedOn: string
Optional
removedOn
removedOn?: string
Optional
simulcastId
simulcastId?: string
Optional
sourceId
sourceId?: string
status
status: "Started" | "Transcode" | "Complete" | "Deleting" | "Error"
Optional
stoppedOn
stoppedOn?: string
streamName
streamName: string
Optional
tokenId
tokenId?: number
Represents a media asset.