VideoService class final
Represents app.bsky.video.*
service.
Constructors
- VideoService(BlueskyServiceContext _ctx)
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}) → Future<XRPCResponse< GetJobStatusOutput> > - https://atprotodart.com/docs/lexicons/app/bsky/video/getJobStatus
-
getUploadLimits(
{Map< String, String> ? $headers}) → Future<XRPCResponse< GetUploadLimitsOutput> > - https://atprotodart.com/docs/lexicons/app/bsky/video/getUploadLimits
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadVideo(
Uint8List bytes, {Map< String, String> ? $headers}) → Future<XRPCResponse< JobStatus> > - https://atprotodart.com/docs/lexicons/app/bsky/video/uploadVideo
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited