@phenixrts/sdk
Version:
JavaScript SDK
13 lines (12 loc) • 486 B
TypeScript
import SDK from '../SDK';
import ProtectedChannels from './ProtectedChannels';
import ChannelState from '../channels/ChannelState';
import { IsoBmffPlayerState } from '../isobmffchannels/IsoBmffPlayer';
export { SDK, ProtectedChannels, ChannelState, IsoBmffPlayerState };
declare const _default: {
SDK: typeof SDK;
ProtectedChannels: typeof ProtectedChannels;
ChannelState: typeof ChannelState;
IsoBmffPlayerState: typeof IsoBmffPlayerState;
};
export default _default;