[Home](./index.md) > [react-native-bitmovin-player](./react-native-bitmovin-player.md) > [SourceType](./react-native-bitmovin-player.sourcetype.md) ## SourceType enum A source type. Signature: ```typescript declare enum SourceType ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | DASH | "dash" | | | HLS | "hls" | | | MOVPKG | "movpkg" | | | NONE | "none" | | | PROGRESSIVE | "progressive" | |