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