UNPKG

mediasoup

Version:

Cutting Edge WebRTC Video Conferencing

18 lines 1.04 kB
import * as flatbuffers from 'flatbuffers'; export declare class CloseNotification implements flatbuffers.IUnpackableObject<CloseNotificationT> { bb: flatbuffers.ByteBuffer | null; bb_pos: number; __init(i: number, bb: flatbuffers.ByteBuffer): CloseNotification; static getRootAsCloseNotification(bb: flatbuffers.ByteBuffer, obj?: CloseNotification): CloseNotification; static getSizePrefixedRootAsCloseNotification(bb: flatbuffers.ByteBuffer, obj?: CloseNotification): CloseNotification; static startCloseNotification(builder: flatbuffers.Builder): void; static endCloseNotification(builder: flatbuffers.Builder): flatbuffers.Offset; static createCloseNotification(builder: flatbuffers.Builder): flatbuffers.Offset; unpack(): CloseNotificationT; unpackTo(_o: CloseNotificationT): void; } export declare class CloseNotificationT implements flatbuffers.IGeneratedObject { constructor(); pack(builder: flatbuffers.Builder): flatbuffers.Offset; } //# sourceMappingURL=close-notification.d.ts.map