VideoService class base
app.bsky.video.*
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getJobStatus(
{required String jobId, Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< VideoGetJobStatusOutput> > - Get status details for a video processing job.
-
getUploadLimits(
{Map< String, String> ? $headers, Map<String, String> ? $unknown}) → Future<XRPCResponse< VideoGetUploadLimitsOutput> > - Get video upload limits for the authenticated user.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadVideo(
{required Uint8List bytes, Map< String, String> ? $headers, Map<String, String> ? $parameters}) → Future<XRPCResponse< VideoUploadVideoOutput> > - Upload a video to be processed then stored on the PDS.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited